summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-03-26 15:56:07 -0400
committerTom Rini <trini@ti.com>2014-03-28 15:15:12 -0400
commit423ec7fed2e0877af412c5d787e9ad9d30f0ba5d (patch)
tree814e54fee931539b055211a4fb49cdcd0ed331b6 /include
parent68996b84b6060e186c617dadefd3037f5f8b7420 (diff)
downloadtalos-obmc-uboot-423ec7fed2e0877af412c5d787e9ad9d30f0ba5d.tar.gz
talos-obmc-uboot-423ec7fed2e0877af412c5d787e9ad9d30f0ba5d.zip
am335x_evm: Drop CONFIG_SPL_ETH_SUPPORT from default build
On the boards this target supports this option is either non possible without hardware mods (Beaglebone White/Black) or not supported due to board design. Drop this and regain some space. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_evm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 2020e7f814..884a42b656 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -208,9 +208,6 @@
#define CONFIG_BOOTCOUNT_LIMIT
#define CONFIG_BOOTCOUNT_AM33XX
-/* CPSW support */
-#define CONFIG_SPL_ETH_SUPPORT
-
/* USB gadget RNDIS */
#define CONFIG_SPL_MUSB_NEW_SUPPORT
OpenPOWER on IntegriCloud