Re: [U-Boot] [PATCH] uniphier: increase the firmware size in update command environment

2018-03-15 Thread Masahiro Yamada
2018-02-02 14:16 GMT+09:00 Masahiro Yamada : > 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 > --- > Applied to u-boot-uniphier. ___ U-Boo

[U-Boot] [PATCH] uniphier: increase the firmware size in update command environment

2018-02-01 Thread Masahiro Yamada
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 --- include/configs/uniphier.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/uniphier.h b/includ