mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
b2d5ac5985
This adds NAND boot support for LS2085AQDS, using SPL framework.
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_LS2085AQDS=y
|