From 25c3ac90c9d0313e4f7d99a68886f8f43d5a0b52 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 15 May 2017 14:04:38 +0300 Subject: [PATCH] Update only u-boot --- flash_blk.scr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash_blk.scr b/flash_blk.scr index ec3e00b..367b910 100644 --- a/flash_blk.scr +++ b/flash_blk.scr @@ -41,7 +41,7 @@ setenv update_v2.5b3 'run check_configblock || run migrate_configblock; run migr # Not migrated to SPL if no U-Boot Image Magic Number at 69k into the eMMC setenv update_to_spl 'mmc dev 0 1; mmc read $loadaddr 8a 1; itest.l *12000000 -ne 56190527 && run update_spl' -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' +setenv update_latest 'run update_to_spl; run update_uboot' # 'updt_fuse' not available in V2.5 Beta 3 and earlier, migration needed setenv update_new 'updt_fuse -n && run update_latest && reset; run update_v2.5b3' # 'mmc bootbus' not available in in V2.4 Beta 1 and earlier, migration needed