commit | e26e8dc8f4da08eb0a58f14e23e78c008e6a6440 | [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 | a62790997f9a2e50a168c73e752a471590e8cf4f [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>