summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-07 21:03:46 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-09 08:19:00 +0900
commitf7e9402b54db4bed916c9adb2565d9713ca5bbfa (patch)
treed4986fcac9613c0f2469f008bf93b52d3dca64d4 /include
parent4565a74d56351c99443f964bf81d49007d2be9c4 (diff)
downloadtalos-obmc-uboot-f7e9402b54db4bed916c9adb2565d9713ca5bbfa.tar.gz
talos-obmc-uboot-f7e9402b54db4bed916c9adb2565d9713ca5bbfa.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 058ccd8d8e..c826b200ba 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -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 &&" \
OpenPOWER on IntegriCloud