From 77e99277a20533108101c3024f3c3cfbff0f7e80 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 May 2017 14:46:37 -0400 Subject: ti816x: Enable NAND The TI8168-EVM comes with NAND on board. Enable it and move environment over there. Signed-off-by: Tom Rini --- configs/ti816x_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig index abfc7d5b12..4f9019220b 100644 --- a/configs/ti816x_evm_defconfig +++ b/configs/ti816x_evm_defconfig @@ -7,7 +7,9 @@ CONFIG_TARGET_TI816X_EVM=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y +CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_FAT_SUPPORT=y +CONFIG_SYS_EXTRA_OPTIONS="NAND" CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y -- cgit v1.2.3