From ae8ca0cbd4b93505e152dae976a96f294c0f191d Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Thu, 21 Mar 2024 10:44:10 +0100 Subject: 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 (cherry picked from commit c997bae3e7e21380d2ad11919a6dd1762bd3fbba) --- ...imx7-boot-linux-kernel-in-non-secure-mode.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch 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 -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 ---- - 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 - -- cgit v1.2.3