mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
configs: keystone2: env: Fix burn_uboot_spi command
Now the u-boot spi image is greater than 0x90000, increase the same in env during spi erase. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
cd87c4e3ef
commit
e8b9fdced6
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,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 0x90000; " \
|
||||
"burn_uboot_spi=sf probe; sf erase 0 0x100000; " \
|
||||
"sf write ${loadaddr} 0 ${filesize}\0" \
|
||||
"burn_uboot_nand=nand erase 0 0x100000; " \
|
||||
"nand write ${loadaddr} 0 ${filesize}\0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue