rk3308: include: configs: add config nand onfi detection

Change-Id: I497fc73ca6f121a5de8b87871851b65586428e0e
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
This commit is contained in:
Yifeng Zhao 2019-07-09 15:10:24 +08:00 committed by Jianhong Chen
parent 57e25cf7ea
commit 5adc7ded88
1 changed files with 1 additions and 0 deletions

View File

@ -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)