Skip to content
Snippets Groups Projects
Commit f7e9402b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4565a74d
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment