projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0f791
)
ls1043a: add support for nand-boot cmd for TFA
author
Pankit Garg
<
[email protected]
>
Thu, 27 Dec 2018 04:37:53 +0000
(
04:37
+0000)
committer
York Sun
<
[email protected]
>
Thu, 17 Jan 2019 21:15:59 +0000
(13:15 -0800)
Signed-off-by: Pankit Garg <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/ls1043a_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ls1043a_common.h
b/include/configs/ls1043a_common.h
index 27350dfa00f0111ead3becbe31c6b93bae04b7b3..49b014181e7302a0928b10fd6e16aef0341d14a3 100644
(file)
--- a/
include/configs/ls1043a_common.h
+++ b/
include/configs/ls1043a_common.h
@@
-323,6
+323,8
@@
"env exists secureboot && esbc_halt;"
#define IFC_NOR_BOOTCOMMAND "run distro_bootcmd; run nor_bootcmd; " \
"env exists secureboot && esbc_halt;"
+#define IFC_NAND_BOOTCOMMAND "run distro_bootcmd; run nand_bootcmd; " \
+ "env exists secureboot && esbc_halt;"
#else
#if defined(CONFIG_QSPI_BOOT) || defined(CONFIG_SD_BOOT_QSPI)
#define CONFIG_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \