summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-03-03 20:33:30 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-10 00:52:15 (GMT)
commit48dce3bfd93f1cd9766bc6afe3c403bef0254bbc (patch)
tree53481ccf53175509d2385468d4547c160401ed20 /board
parentd036107a1fa13cf41cd835311794a1d20b30daf2 (diff)
downloadu-boot-48dce3bfd93f1cd9766bc6afe3c403bef0254bbc.tar.xz
am335x_evm: Switch to using imply keyword
These particular SPL options are part of what the ROM provides, but for compatibility with how we have previously used them, move them to being implied by the board being selected. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/am335x/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig
index a84e91b..97374bd 100644
--- a/board/ti/am335x/Kconfig
+++ b/board/ti/am335x/Kconfig
@@ -1,14 +1,5 @@
if TARGET_AM335X_EVM
-config SPL_ENV_SUPPORT
- default y
-
-config SPL_WATCHDOG_SUPPORT
- default y
-
-config SPL_YMODEM_SUPPORT
- default y
-
config SYS_BOARD
default "am335x"