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/pcm051.h | |
parent | 256fe86b600f6664d82d15f57fe3c653ba4b9a7a (diff) |
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/pcm051.h')
-rw-r--r-- | include/configs/pcm051.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index ae927750b6..d3c6a817a3 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -123,7 +123,6 @@ #define CONFIG_SPL_YMODEM_SUPPORT #define CONFIG_SPL_NET_SUPPORT #define CONFIG_SPL_NET_VCI_STRING "pcm051 U-Boot SPL" -#define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #ifdef CONFIG_SPI_BOOT |