layerscape: update u-boot to LSDK-20.04
[openwrt/staging/dedeckeh.git] / package / boot / uboot-layerscape / patches / 0003-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1012ardb-for-.patch
diff --git a/package/boot/uboot-layerscape/patches/0003-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1012ardb-for-.patch b/package/boot/uboot-layerscape/patches/0003-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1012ardb-for-.patch
deleted file mode 100644 (file)
index a4f21df..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 805c60e930a946560b52dfa83dd8e5fbdf2da15b Mon Sep 17 00:00:00 2001
-From: Biwen Li <biwen.li@nxp.com>
-Date: Sun, 14 Apr 2019 13:39:13 +0800
-Subject: [PATCH] modify macro QSPI_NOR_BOOTCOMMAND of ls1012ardb for openwrt
-
-Signed-off-by: Biwen Li <biwen.li@nxp.com>
----
- include/configs/ls1012ardb.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h
-index f6640fa499..51a2192c56 100644
---- a/include/configs/ls1012ardb.h
-+++ b/include/configs/ls1012ardb.h
-@@ -115,8 +115,8 @@
- #undef CONFIG_BOOTCOMMAND
- #ifdef CONFIG_TFABOOT
- #undef QSPI_NOR_BOOTCOMMAND
--#define QSPI_NOR_BOOTCOMMAND "pfe stop; run distro_bootcmd; run qspi_bootcmd; "\
--                           "env exists secureboot && esbc_halt;"
-+#define QSPI_NOR_BOOTCOMMAND "echo (from QSPI_NOR_BOOTCOMMAND) starting openwrt ...; "\
-+                           "pfe stop; run qspi_boot;"
- #else
- #define CONFIG_BOOTCOMMAND "pfe stop; run distro_bootcmd; run qspi_bootcmd; "\
-                          "env exists secureboot && esbc_halt;"
--- 
-2.17.1
-