Skip to content
Snippets Groups Projects
Commit ba7f58b1 authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

configs: keystone2: env: Fix burn_uboot_spi command


Now the u-boot spi image is greater than 0x80000, increase the same
in env during spi erase.

Reported-by: default avatarYan Liu <yan-liu@ti.com>
Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
parent f8e714eb
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@
"${bootdir}/${fit_bootfile}\0" \
"get_uboot_net=dhcp ${loadaddr} ${tftp_root}/${name_uboot}\0" \
"get_uboot_nfs=nfs ${loadaddr} ${nfs_root}/boot/${name_uboot}\0" \
"burn_uboot_spi=sf probe; sf erase 0 0x80000; " \
"burn_uboot_spi=sf probe; sf erase 0 0x90000; " \
"sf write ${loadaddr} 0 ${filesize}\0" \
"burn_uboot_nand=nand erase 0 0x100000; " \
"nand write ${loadaddr} 0 ${filesize}\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment