summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinitha Pillai-B57223 <vinitha.pillai@nxp.com>2017-09-27 05:21:40 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-09-28 04:56:36 (GMT)
commit2dcba27d34d54dcd8dd60c5c4802979030b02c07 (patch)
tree135ad8c185770111e8baa27109aed0f73ed8abfb
parentc64ac4cddb001907fef64db546b7f857b3362294 (diff)
downloadu-boot-2dcba27d34d54dcd8dd60c5c4802979030b02c07.tar.xz
arm64: ls2088ardb: Fix nor fall back option failure
Signed-off-by: Vinitha Pillai-B57223 <vinitha.pillai@nxp.com>
-rw-r--r--include/configs/ls2080ardb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 8a34990..41ec32f 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -443,7 +443,8 @@ unsigned long get_board_sys_clk(void);
"&& esbc_validate 0x20780000; " \
"fsl_mc start mc 0x20a00000 0x20e00000 &&" \
" fsl_mc lazyapply dpl 0x20d00000;" \
- "run distro_bootcmd;run qspi_bootcmd"
+ "run distro_bootcmd;run qspi_bootcmd;" \
+ "env exists secureboot && esbc_halt;"
#elif defined(CONFIG_SD_BOOT)
#define CONFIG_BOOTCOMMAND \
"env exists mcinitcmd && run mcinitcmd " \
@@ -459,7 +460,7 @@ unsigned long get_board_sys_clk(void);
"&& esbc_validate 0x580780000; " \
"fsl_mc start mc 0x580a00000 0x580e00000 &&" \
" fsl_mc lazyapply dpl 0x580d00000;" \
- "run distro_bootcmd;run nor_bootcmd" \
+ "run distro_bootcmd;run nor_bootcmd;" \
"env exists secureboot && esbc_halt;"
#endif