]> git.sur5r.net Git - u-boot/commit
MIPS: start.S: fix and optimize instructions
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Jan 2016 21:24:47 +0000 (22:24 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 1 Feb 2016 21:13:24 +0000 (22:13 +0100)
commite26e8dc8f4da08eb0a58f14e23e78c008e6a6440
tree3405e653cd8cbedc7565326e2ff764df318d587d
parenta62790997f9a2e50a168c73e752a471590e8cf4f
MIPS: start.S: fix and optimize instructions

Fix 32 vs 64 bit load/store instructions. Access CP0_WATCHHI as
32 Bit register. Use 64 Bit register access for clearing gd_data
and copying U-Boot.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/cpu/start.S