diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:09 -0400 |
commit | 2e6260462b5e4014169ad5b52b0931ea82649c7f (patch) | |
tree | 48d33bf949635a789170a33f4dce9d5ec1f2b887 /include/configs/pengwyn.h | |
parent | 256fe86b600f6664d82d15f57fe3c653ba4b9a7a (diff) | |
download | u-boot-2e6260462b5e4014169ad5b52b0931ea82649c7f.tar.gz |
Convert CONFIG_SPL_ETH_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/pengwyn.h')
-rw-r--r-- | include/configs/pengwyn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index 3409fe9e8c..6caa14b647 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -200,7 +200,6 @@ #if defined(CONFIG_SPL_BUILD) /* disable host part of MUSB in SPL */ /* Disable CPSW SPL support so we fit within the 101KiB limit. */ -#undef CONFIG_SPL_ETH_SUPPORT #endif /* CPSW ethernet */ @@ -213,7 +212,6 @@ #define CONFIG_PHY_REALTEK /* CPSW support */ -#define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" |