summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch
index a1e70ba..91aa2bc 100644
--- a/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch
+++ b/meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/0001-Update-only-u-boot.patch
@@ -1,4 +1,4 @@
1From 25c3ac90c9d0313e4f7d99a68886f8f43d5a0b52 Mon Sep 17 00:00:00 2001 1From 735a68d1e110edead4b858499c8d97be3e90d0f8 Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@qt.io> 2From: Samuli Piippo <samuli.piippo@qt.io>
3Date: Mon, 15 May 2017 14:04:38 +0300 3Date: Mon, 15 May 2017 14:04:38 +0300
4Subject: [PATCH] Update only u-boot 4Subject: [PATCH] Update only u-boot
@@ -8,13 +8,13 @@ Subject: [PATCH] Update only u-boot
8 1 file changed, 1 insertion(+), 1 deletion(-) 8 1 file changed, 1 insertion(+), 1 deletion(-)
9 9
10diff --git a/flash_blk.scr b/flash_blk.scr 10diff --git a/flash_blk.scr b/flash_blk.scr
11index ec3e00b..367b910 100644 11index 5c75100..5c8486d 100644
12--- a/flash_blk.scr 12--- a/flash_blk.scr
13+++ b/flash_blk.scr 13+++ b/flash_blk.scr
14@@ -41,7 +41,7 @@ setenv update_v2.5b3 'run check_configblock || run migrate_configblock; run migr 14@@ -38,7 +38,7 @@ setenv update_v2.5b3 'run check_configblock || run migrate_configblock; run migr
15 15
16 # Not migrated to SPL if no U-Boot Image Magic Number at 69k into the eMMC 16 # Not migrated to SPL if no U-Boot Image Magic Number at 69k into the eMMC
17 setenv update_to_spl 'mmc dev 0 1; mmc read $loadaddr 8a 1; itest.l *12000000 -ne 56190527 && run update_spl' 17 setenv update_to_spl 'mmc dev 0 1; mmc read $fdt_addr_r 8a 1; itest.l *12000000 -ne 56190527 && run update_spl'
18-setenv update_latest 'run update_to_spl; run update_uboot; run update_1; run update_2; run update_kernel; run update_fdt; run update_3' 18-setenv update_latest 'run update_to_spl; run update_uboot; run update_1; run update_2; run update_kernel; run update_fdt; run update_3'
19+setenv update_latest 'run update_to_spl; run update_uboot' 19+setenv update_latest 'run update_to_spl; run update_uboot'
20 # 'updt_fuse' not available in V2.5 Beta 3 and earlier, migration needed 20 # 'updt_fuse' not available in V2.5 Beta 3 and earlier, migration needed