[U-Boot] [PATCH] 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 --- include/configs/am335x_evm.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2020e7f..884a42b 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

On Fri, Mar 28, 2014 at 09:11:42AM -0400, Tom Rini wrote:
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
Applied to u-boot/master (as we need to trim the size due to mmc cleanups), thanks!
participants (1)
-
Tom Rini