diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-03 15:33:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-09 19:52:15 -0500 |
commit | 48dce3bfd93f1cd9766bc6afe3c403bef0254bbc (patch) | |
tree | 53481ccf53175509d2385468d4547c160401ed20 /board/ti/am335x | |
parent | d036107a1fa13cf41cd835311794a1d20b30daf2 (diff) | |
download | u-boot-48dce3bfd93f1cd9766bc6afe3c403bef0254bbc.tar.gz |
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/ti/am335x')
-rw-r--r-- | board/ti/am335x/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index a84e91b3dc..97374bdc12 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" |