mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
|
From 2999d128bef554da5ca7a553dfe1c31061df9c5c Mon Sep 17 00:00:00 2001
|
||
|
From: Biwen Li <biwen.li@nxp.com>
|
||
|
Date: Sun, 14 Apr 2019 13:36:52 +0800
|
||
|
Subject: [PATCH] modify macro QSPI_NOR_BOOTCOMMAND of ls1012afrwy for openwrt
|
||
|
|
||
|
Signed-off-by: Biwen Li <biwen.li@nxp.com>
|
||
|
---
|
||
|
include/configs/ls1012afrwy.h | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h
|
||
|
index 12e6437a05..900752970e 100644
|
||
|
--- a/include/configs/ls1012afrwy.h
|
||
|
+++ b/include/configs/ls1012afrwy.h
|
||
|
@@ -122,8 +122,8 @@
|
||
|
#undef CONFIG_BOOTCOMMAND
|
||
|
#ifdef CONFIG_TFABOOT
|
||
|
#undef QSPI_NOR_BOOTCOMMAND
|
||
|
-#define QSPI_NOR_BOOTCOMMAND "pfe stop; run distro_bootcmd; run sd_bootcmd; "\
|
||
|
- "env exists secureboot && esbc_halt;"
|
||
|
+#define QSPI_NOR_BOOTCOMMAND "echo (from QSPI_NOR_BOOTCOMMAND) starting openwrt ...; "\
|
||
|
+ "pfe stop; run sd_boot;"
|
||
|
#else
|
||
|
#define CONFIG_BOOTCOMMAND "pfe stop; run distro_bootcmd; run sd_bootcmd; "\
|
||
|
"env exists secureboot && esbc_halt;"
|
||
|
--
|
||
|
2.17.1
|
||
|
|