layerscape: update u-boot to LSDK-20.04
[openwrt/staging/chunkeey.git] / package / boot / uboot-layerscape / patches / 0001-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1046ardb-for-.patch
diff --git a/package/boot/uboot-layerscape/patches/0001-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1046ardb-for-.patch b/package/boot/uboot-layerscape/patches/0001-modify-macro-QSPI_NOR_BOOTCOMMAND-of-ls1046ardb-for-.patch
deleted file mode 100644 (file)
index d315c08..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 51f860f8293d834497c6f7f810fa4650cd82f9ac Mon Sep 17 00:00:00 2001
-From: Biwen Li <biwen.li@nxp.com>
-Date: Sat, 13 Apr 2019 14:21:47 +0800
-Subject: [PATCH] modify macro QSPI_NOR_BOOTCOMMAND of ls1046ardb for openwrt
-
-Signed-off-by: Biwen Li <biwen.li@nxp.com>
----
- include/configs/ls1046ardb.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h
-index cc1f5f5f55..925e717e4b 100644
---- a/include/configs/ls1046ardb.h
-+++ b/include/configs/ls1046ardb.h
-@@ -217,8 +217,8 @@
- #ifndef SPL_NO_MISC
- #undef CONFIG_BOOTCOMMAND
- #ifdef CONFIG_TFABOOT
--#define QSPI_NOR_BOOTCOMMAND "run distro_bootcmd; run qspi_bootcmd; " \
--                         "env exists secureboot && esbc_halt;;"
-+#define QSPI_NOR_BOOTCOMMAND "echo (from QSPI_NOR_BOOTCOMMAND) starting openwrt; "    \
-+                         "run qspi_boot;"
- #define SD_BOOTCOMMAND "run distro_bootcmd;run sd_bootcmd; "  \
-                          "env exists secureboot && esbc_halt;"
- #else
--- 
-2.17.1
-