]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm.c: separate linux jump code
authorGabor Juhos <juhosg@openwrt.org>
Mon, 7 Jan 2013 02:53:40 +0000 (02:53 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 16 Jan 2013 09:52:07 +0000 (10:52 +0100)
commite08634c7bfdb5fcda2541a8845d44888538d6178
tree0c3fb82e0173542013cf12ba8c1a676397d5b12a
parent75a279c8f28539f560a23425073d97ffee746716
MIPS: bootm.c: separate linux jump code

Move the actual jump code into a separate function.
This make the code reusable for bootm subcommands.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/lib/bootm.c