summaryrefslogtreecommitdiff
path: root/recipes-images/images/files/library/imx6/flash_blk.scr
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@gmail.com>2018-01-15 07:39:05 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:23 +0100
commit467943daed3096543ba0cf3fb23d1c648d53f30c (patch)
treed5d840a4d75965166c6b5f29fec86fe13f5be134 /recipes-images/images/files/library/imx6/flash_blk.scr
parent2bcbb214c421a991a10153abe9e2e3de3f917fff (diff)
apalis/colibri: switch to zimage instead of uimage
Switch to the generic compressed Kernel image type (zImage) instead of the U-Boot specific uImage format. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@gmail.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-images/images/files/library/imx6/flash_blk.scr')
-rw-r--r--recipes-images/images/files/library/imx6/flash_blk.scr2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/files/library/imx6/flash_blk.scr b/recipes-images/images/files/library/imx6/flash_blk.scr
index fb73fb6..12d89cf 100644
--- a/recipes-images/images/files/library/imx6/flash_blk.scr
+++ b/recipes-images/images/files/library/imx6/flash_blk.scr
@@ -20,7 +20,7 @@ setenv update_spl 'load ${interface} ${drive}:1 ${fdt_addr_r} ${board_name}/SPL
setenv update_uboot_bin 'load ${interface} ${drive}:1 ${fdt_addr_r} ${board_name}/u-boot.img && run set_blkcnt && mmc dev 0 ${uboot_hwpart} && mmc write ${fdt_addr_r} 8a ${blkcnt}'
setenv update_uboot 'run update_uboot_bin && updt_fuse && mmc bootbus 0 2 0 1 && mmc partconf 0 1 1 0 && mmc rst-function 0 1'
-setenv update_kernel 'load ${interface} ${drive}:1 ${fdt_addr_r} ${board_name}/uImage && fatwrite mmc 0:1 ${fdt_addr_r} uImage ${filesize}'
+setenv update_kernel 'load ${interface} ${drive}:1 ${fdt_addr_r} ${board_name}/zImage && fatwrite mmc 0:1 ${fdt_addr_r} zImage ${filesize}'
setenv update_fdt 'load ${interface} ${drive}:1 ${fdt_addr_r} ${board_name}/${fdt_file} && fatwrite mmc 0:1 ${fdt_addr_r} ${fdt_file} ${filesize}'