commit | 7aa7164121e87e79ad5c7d561e658ed7146483c5 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Jan 09 22:24:47 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Feb 01 22:13:24 2016 +0100 |
tree | 3405e653cd8cbedc7565326e2ff764df318d587d | |
parent | 5c8cdf462506b89e0a1ce1a569099e643bff4067 [diff] |
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>