From 2e6260462b5e4014169ad5b52b0931ea82649c7f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:36 -0600 Subject: Convert CONFIG_SPL_ETH_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/baltos.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/baltos.h') diff --git a/include/configs/baltos.h b/include/configs/baltos.h index db82653..ea3bd54 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -290,7 +290,6 @@ /* * Disable CPSW SPL support so we fit within the 101KiB limit. */ -#undef CONFIG_SPL_ETH_SUPPORT #endif /* Network. */ -- cgit v1.1