]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: start.S: save reused arguments earlier in relocate_code
authorGabor Juhos <juhosg@openwrt.org>
Thu, 24 Jan 2013 06:27:53 +0000 (06:27 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sun, 27 Jan 2013 15:39:59 +0000 (16:39 +0100)
commitb2fe86f8873088391d77224fb33544bc1e3b2c0a
treed78f646c49690c15c3ce94f7ed4222a63d30588f
parentf321b0f99fa0ccf1f25b3d9ab2140b98baa6fdbd
MIPS: start.S: save reused arguments earlier in relocate_code

Save the reused parameters at the beginning
of the 'relocate_code' function. This makes
the function a bit more readable.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/cpu/mips32/start.S
arch/mips/cpu/mips64/start.S