Re: [U-Boot] [PATCH] ARM: uniphier: add sramupdate command

2016-03-31 Thread Masahiro Yamada
2016-03-24 22:23 GMT+09:00 Masahiro Yamada : > This command would be useful to update U-Boot images in SRAM. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.d

[U-Boot] [PATCH] ARM: uniphier: add sramupdate command

2016-03-24 Thread Masahiro Yamada
This command would be useful to update U-Boot images in SRAM. Signed-off-by: Masahiro Yamada --- include/configs/uniphier.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index da80c00..059b034 100644 --- a/include/configs/uniphie