提交 61a4f5bd 编写于 作者: M Masahiro Yamada

ARM: uniphier: add sramupdate command

This command would be useful to update U-Boot images in SRAM.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 86c3345a
......@@ -229,6 +229,10 @@
"netdev=eth0\0" \
"verify=n\0" \
"nor_base=0x42000000\0" \
"sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \
"tftpboot $tmp_addr u-boot-spl.bin &&" \
"setexpr tmp_addr $nor_base + 0x60000 &&" \
"tftpboot $tmp_addr u-boot.bin\0" \
"emmcupdate=mmcsetn &&" \
"mmc partconf $mmc_first_dev 0 1 1 &&" \
"mmc erase 0 800 &&" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册