summaryrefslogtreecommitdiff
path: root/include/configs/pengwyn.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-09-13 05:18:36 (GMT)
committerTom Rini <trini@konsulko.com>2016-09-16 21:27:09 (GMT)
commit2e6260462b5e4014169ad5b52b0931ea82649c7f (patch)
tree48d33bf949635a789170a33f4dce9d5ec1f2b887 /include/configs/pengwyn.h
parent256fe86b600f6664d82d15f57fe3c653ba4b9a7a (diff)
downloadu-boot-2e6260462b5e4014169ad5b52b0931ea82649c7f.tar.xz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h
index 3409fe9..6caa14b 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"