From 467943daed3096543ba0cf3fb23d1c648d53f30c Mon Sep 17 00:00:00 2001 From: Bhuvanchandra DV Date: Mon, 15 Jan 2018 07:39:05 +0100 Subject: 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 Signed-off-by: Marcel Ziswiler --- recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr') diff --git a/recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr b/recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr index 9632c06..26eb0a3 100644 --- a/recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr +++ b/recipes-images/images/files/colibri-t30/colibri-t30_bin/flash_eth.scr @@ -22,7 +22,7 @@ setenv cp_file_chunk 'tftpboot ${fdt_addr_r} ${board_name}/root.ext3-${filenum} setenv update_uboot 'tftpboot ${fdt_addr_r} ${board_name}/${board_name}.img && run set_blkcnt && mmc dev 0 1 && mmc write ${fdt_addr_r} 0x0 ${blkcnt}' -setenv update_kernel 'tftpboot ${fdt_addr_r} ${board_name}/uImage && fatwrite mmc 0:1 ${fdt_addr_r} uImage ${filesize}' +setenv update_kernel 'tftpboot ${fdt_addr_r} ${board_name}/zImage && fatwrite mmc 0:1 ${fdt_addr_r} zImage ${filesize}' setenv update_fdt 'tftpboot ${fdt_addr_r} ${board_name}/${soc}-colibri-${fdt_board}.dtb && fatwrite mmc 0:1 ${fdt_addr_r} ${soc}-colibri-${fdt_board}.dtb ${filesize}' -- cgit v1.2.3