Commit 423ec7fed2e0877af412c5d787e9ad9d30f0ba5d

Authored by Tom Rini
1 parent 68996b84b6

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

include/configs/am335x_evm.h
... ... @@ -208,9 +208,6 @@
208 208 #define CONFIG_BOOTCOUNT_LIMIT
209 209 #define CONFIG_BOOTCOUNT_AM33XX
210 210  
211   -/* CPSW support */
212   -#define CONFIG_SPL_ETH_SUPPORT
213   -
214 211 /* USB gadget RNDIS */
215 212 #define CONFIG_SPL_MUSB_NEW_SUPPORT
216 213