diff options
author | Adam Ford | 2018-08-15 13:22:03 -0500 |
---|---|---|
committer | Tom Rini | 2018-09-11 21:37:31 -0400 |
commit | 93f3362762f049c63517a73ebbbf6dd8c0e26244 (patch) | |
tree | 90139032963d13bc6f841b04b303d95904a7854e /board/davinci | |
parent | 23446cc34b61faa20dc6da234384521d221622f2 (diff) |
ARM: configs: Add da850evm_nand to boot from NAND
The DA850-EVM supports booting from NAND when used with the
UI expander board. da850evm_nand will create an ais file
that can be burned to NAND and booted while storing the env in
NAND along with some partitions tables for storing kernel,
dtb and rootfs in NAND.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/davinci')
-rw-r--r-- | board/davinci/da8xxevm/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/davinci/da8xxevm/MAINTAINERS b/board/davinci/da8xxevm/MAINTAINERS index 99b4786dd52..59589867b3c 100644 --- a/board/davinci/da8xxevm/MAINTAINERS +++ b/board/davinci/da8xxevm/MAINTAINERS @@ -5,6 +5,7 @@ F: board/davinci/da8xxevm/ F: include/configs/da850evm.h F: configs/da850_am18xxevm_defconfig F: configs/da850evm_defconfig +F: configs/da850evm_nand_defconfig F: configs/da850evm_direct_nor_defconfig OMAPL138_LCDK BOARD |