commit | 9c170e2ef4ad2bd246c22c93824d754224c4929a | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Mon Jan 07 02:53:42 2013 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Jan 16 10:52:07 2013 +0100 |
tree | e7ad15696464868a06fcb63a0b6829f0cb4276f4 | |
parent | 0ea7213f63f580aa679a36795831dabd35d786aa [diff] |
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>