From 256fe86b600f6664d82d15f57fe3c653ba4b9a7a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:35 -0600 Subject: Convert CONFIG_SPL_ENV_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- board/ti/am335x/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/ti/am335x') diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig index 97374bdc12..0a0cbf6297 100644 --- a/board/ti/am335x/Kconfig +++ b/board/ti/am335x/Kconfig @@ -1,5 +1,8 @@ if TARGET_AM335X_EVM +config SPL_ENV_SUPPORT + default y + config SYS_BOARD default "am335x" -- cgit