From 48dce3bfd93f1cd9766bc6afe3c403bef0254bbc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 3 Mar 2017 15:33:30 -0500 Subject: 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 --- board/ti/am335x/Kconfig | 9 --------- 1 file changed, 9 deletions(-) (limited to 'board/ti') 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" -- cgit v1.1