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:
parent
57e25cf7ea
commit
5adc7ded88
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue