]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm.c: add support for 'prep' and 'go' subcommands
authorGabor Juhos <juhosg@openwrt.org>
Mon, 7 Jan 2013 02:53:42 +0000 (02:53 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2013 09:52:07 +0000 (10:52 +0100)
commit9c170e2ef4ad2bd246c22c93824d754224c4929a
treee7ad15696464868a06fcb63a0b6829f0cb4276f4
parent0ea7213f63f580aa679a36795831dabd35d786aa
MIPS: bootm.c: add support for 'prep' and 'go' subcommands

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