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 /board/freescale/ls2085ardb/MAINTAINERS | |
parent | 548cf52fd5be1a490807c2f8e5f218c9fbd4053a (diff) | |
download | u-boot-imx-32eda7cc945212ba8df569e399b0361b32676ac2.zip u-boot-imx-32eda7cc945212ba8df569e399b0361b32676ac2.tar.gz u-boot-imx-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 'board/freescale/ls2085ardb/MAINTAINERS')
-rw-r--r-- | board/freescale/ls2085ardb/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls2085ardb/MAINTAINERS b/board/freescale/ls2085ardb/MAINTAINERS index 436039f..d5cce40 100644 --- a/board/freescale/ls2085ardb/MAINTAINERS +++ b/board/freescale/ls2085ardb/MAINTAINERS @@ -5,3 +5,4 @@ F: board/freescale/ls2085ardb/ F: board/freescale/ls2085a/ls2085ardb.c F: include/configs/ls2085ardb.h F: configs/ls2085ardb_defconfig +F: configs/ls2085ardb_nand_defconfig |