mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
ARM: uniphier: do not erase when updating U-Boot image in eMMC device
Unlike NAND, eMMC can be re-written without erasing. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -245,7 +245,6 @@
|
||||
"tftpboot $tmp_addr u-boot.bin\0" \
|
||||
"emmcupdate=mmcsetn &&" \
|
||||
"mmc partconf $mmc_first_dev 0 1 1 &&" \
|
||||
"mmc erase 0 800 &&" \
|
||||
"tftpboot u-boot-spl.bin &&" \
|
||||
"mmc write $loadaddr 0 80 &&" \
|
||||
"tftpboot u-boot.bin &&" \
|
||||
|
Reference in New Issue
Block a user