From 5adc7ded881d9acae0f0218e573a0ef5f4c3a04a Mon Sep 17 00:00:00 2001 From: Yifeng Zhao Date: Tue, 9 Jul 2019 15:10:24 +0800 Subject: [PATCH] rk3308: include: configs: add config nand onfi detection Change-Id: I497fc73ca6f121a5de8b87871851b65586428e0e Signed-off-by: Yifeng Zhao --- include/configs/rk3308_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/rk3308_common.h b/include/configs/rk3308_common.h index 3bfa3222e2..77e744604b 100644 --- a/include/configs/rk3308_common.h +++ b/include/configs/rk3308_common.h @@ -13,6 +13,7 @@ #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_SYS_NAND_PAGE_SIZE 2048 #define CONFIG_SYS_NAND_PAGE_COUNT 64 #define CONFIG_SYS_NAND_SIZE (256 * 1024 * 1024)