aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-02-02 14:16:36 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-15 22:41:31 +0900
commit34be347999503b61708f1c50d07c9a72dab69478 (patch)
tree62183e70bfc8afbb51be0699c982111342bf1622 /include
parent706f077577cafaa21e6dcf93797d3a0e7dc82444 (diff)
downloadu-boot-34be347999503b61708f1c50d07c9a72dab69478.zip
u-boot-34be347999503b61708f1c50d07c9a72dab69478.tar.gz
u-boot-34be347999503b61708f1c50d07c9a72dab69478.tar.bz2
ARM: uniphier: increase the firmware size in update command environment
If a bigger EL32 is used, fip.bin can be larger than the currently assumed boot firmware size. Adjust the update commands. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/uniphier.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 8aeda4e..6a25dbd 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -192,17 +192,17 @@
"tftpboot $second_image && " \
"mmc write $loadaddr 0 100 && " \
"tftpboot $third_image && " \
- "mmc write $loadaddr 100 700\0" \
+ "mmc write $loadaddr 100 f00\0" \
"nandupdate=nand erase 0 0x00100000 &&" \
"tftpboot $second_image && " \
"nand write $loadaddr 0 0x00020000 && " \
"tftpboot $third_image && " \
- "nand write $loadaddr 0x00020000 0x000e0000\0" \
+ "nand write $loadaddr 0x00020000 0x001e0000\0" \
"usbupdate=usb start &&" \
"tftpboot $second_image && " \
"usb write $loadaddr 0 100 && " \
"tftpboot $third_image && " \
- "usb write $loadaddr 100 700\0" \
+ "usb write $loadaddr 100 f00\0" \
BOOT_IMAGES \
LINUXBOOT_ENV_SETTINGS