summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2024-03-21 10:44:10 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-04-06 11:46:48 +0200
commitae8ca0cbd4b93505e152dae976a96f294c0f191d (patch)
treedf40c2ae63fe73f719bb5a3e957e6829afd90d51
parent01f652c893bec5585851034295410aebc1a1c315 (diff)
u-boot: remove unused patch
The removed patch was referred by a recipe dropped by this patch: 797bb81ad461 ("u-boot-toradex_2020.07: drop recipe") Related-to: ELB-5611 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> (cherry picked from commit c997bae3e7e21380d2ad11919a6dd1762bd3fbba)
-rw-r--r--recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch b/recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch
deleted file mode 100644
index 20e7e98..0000000
--- a/recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 9bdb801953e4a81c59fc358cc5bf91811b0d514f Mon Sep 17 00:00:00 2001
-Message-Id: <9bdb801953e4a81c59fc358cc5bf91811b0d514f.1601476897.git.marcel.ziswiler@toradex.com>
-From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-Date: Wed, 30 Sep 2020 16:37:54 +0200
-Subject: [PATCH] colibri_imx7: boot linux kernel in non-secure mode
-
-While NXP i.MX 7 downstream requires the Linux kernel to boot in secure
-mode mainline/upstream requires non-secure mode instead, as it properly
-uses PSCI to control further cores.
-
-Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
----
- include/configs/colibri_imx7.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
-index 1b50dac83c..be33f1bdf9 100644
---- a/include/configs/colibri_imx7.h
-+++ b/include/configs/colibri_imx7.h
-@@ -140,7 +140,7 @@
- UBOOT_UPDATE \
- "boot_script_dhcp=boot.scr\0" \
- "boot_file=zImage\0" \
-- "bootm_boot_mode=sec\0" \
-+ "bootm_boot_mode=nonsec\0" \
- "bootubipart=ubi\0" \
- "console=ttymxc0\0" \
- "defargs=\0" \
---
-2.29.0
-