summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr')
-rw-r--r--recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr b/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr
index dee536b..d731df7 100644
--- a/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr
+++ b/recipes/images/files/colibri-imx6/colibri-imx6_bin/flash_eth.scr
@@ -12,7 +12,7 @@ setenv migrate_uboot 'tftpboot ${loadaddr} ${board_name}/u-boot.imx && run set_b
setenv cp_file_chunk 'tftpboot ${loadaddr} ${board_name}/root.ext3-${filenum}; run set_blkcnt; mmc dev 0 0 && mmc write ${loadaddr} ${blkstart} ${blkcnt}'
-setenv update_uboot 'tftpboot ${loadaddr} ${board_name}/u-boot.imx && run set_blkcnt && mmc dev 0 1 && mmc write ${loadaddr} 2 ${blkcnt} && mmc bootbus 0 2 1 2 && mmc partconf 0 1 1 0; patch_ddr_size'
+setenv update_uboot 'tftpboot ${loadaddr} ${board_name}/u-boot.imx && run set_blkcnt && mmc dev 0 1 && mmc write ${loadaddr} 2 ${blkcnt} && patch_ddr_size && mmc bootbus 0 2 1 2 && mmc partconf 0 1 1 0'
setenv update_kernel 'tftpboot ${loadaddr} ${board_name}/uImage && fatwrite mmc 0:1 ${loadaddr} uImage ${filesize}'