mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
32eda7cc94
Enable NAND boot support using SPL framework. To boot from
NAND, either use DIP switches on board, or "qixis_reset nand"
command. Details of forming NAND image can be found in README.
Signed-off-by: Scott Wood <scottwood@freescale.com>
[York Sun: Remove +S from defconfig after commit 252ed872
]
Signed-off-by: York Sun <yorksun@freescale.com>
4 lines
98 B
Text
4 lines
98 B
Text
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,NAND"
|
|
CONFIG_SPL=y
|
|
CONFIG_ARM=y
|
|
CONFIG_TARGET_LS2085ARDB=y
|