diff options
author | Scott Wood <scottwood@freescale.com> | 2015-03-24 13:25:03 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-23 16:46:51 -0700 |
commit | 32eda7cc945212ba8df569e399b0361b32676ac2 (patch) | |
tree | f6732141f3a400acae5645e04dd3eb6a2a4d0fed /configs | |
parent | 548cf52fd5be1a490807c2f8e5f218c9fbd4053a (diff) | |
download | u-boot-32eda7cc945212ba8df569e399b0361b32676ac2.zip u-boot-32eda7cc945212ba8df569e399b0361b32676ac2.tar.gz u-boot-32eda7cc945212ba8df569e399b0361b32676ac2.tar.bz2 |
armv8/ls2085ardb: Enable NAND SPL support
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ls2085ardb_nand_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls2085ardb_nand_defconfig b/configs/ls2085ardb_nand_defconfig new file mode 100644 index 0000000..74812f7 --- /dev/null +++ b/configs/ls2085ardb_nand_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,NAND" +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_LS2085ARDB=y |