
7 Jan
2013
7 Jan
'13
6:15 p.m.
2013/1/7 Gabor Juhos juhosg@openwrt.org:
The bootm command supports subcommands since long time however those subcommands are not yet usable on MIPS.
The patch is based on the ARM implementation, and it adds support for the 'prep' and 'go' subcommands only.
Signed-off-by: Gabor Juhos juhosg@openwrt.org Cc: Daniel Schwierzeck daniel.schwierzeck@googlemail.com
arch/mips/lib/bootm.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-)
thanks but how did you test it? I needed to fix a relocation problem in cmd_bootm.c [1] to make it properly working. I have queued all three patches at u-boot-mips/testing for now. I will merge them when my patch is in mainline.
[1] http://patchwork.ozlabs.org/patch/210005/
--
Best regards,
Daniel