summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-11-07 14:03:54 +0100
committerMing Liu <liu.ming50@gmail.com>2020-11-08 18:50:46 +0100
commitf5f752d9d7b8a684b1afaccb41eb6a6f6c8c2c08 (patch)
treebc20263f0637fe6586e4f41ba02eda8e6b330c60 /recipes-bsp
parentfa41855fb9a79718aa16b8e76b0255a40e8d16f3 (diff)
u-boot-toradex: fix a patch fuzz
This fixes a following do_patch warning: | WARNING: u-boot-toradex do_patch: Fuzz detected: | Applying 0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch | patching file include/configs/colibri_imx7.h | Hunk #1 succeeded at 140 with fuzz 2 (offset -9 lines). Related-to: TOR-1518 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/files/0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch8
1 files changed, 4 insertions, 4 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
index 362e9ef..20e7e98 100644
--- 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
@@ -14,12 +14,12 @@ Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
-index b520da00ed..9d79af14a2 100644
+index 1b50dac83c..be33f1bdf9 100644
--- a/include/configs/colibri_imx7.h
+++ b/include/configs/colibri_imx7.h
-@@ -149,7 +149,7 @@
- MODULE_EXTRA_ENV_SETTINGS \
+@@ -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" \
@@ -27,5 +27,5 @@ index b520da00ed..9d79af14a2 100644
"console=ttymxc0\0" \
"defargs=\0" \
--
-2.25.4
+2.29.0