diff options
author | Paul Burton <paul.burton@imgtec.com> | 2015-01-29 10:04:08 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-30 14:19:57 +0100 |
commit | a39b1cb7f0ff6be3f39c25b9ec625de2a352da9e (patch) | |
tree | bd4afabc6c78cbac4c1b433816642e892d503431 /common/cmd_fpgad.c | |
parent | d4d774e00e7232b524ddb20d992c5b12d84e3ef2 (diff) | |
download | u-boot-imx-a39b1cb7f0ff6be3f39c25b9ec625de2a352da9e.zip u-boot-imx-a39b1cb7f0ff6be3f39c25b9ec625de2a352da9e.tar.gz u-boot-imx-a39b1cb7f0ff6be3f39c25b9ec625de2a352da9e.tar.bz2 |
MIPS: use asm.h macros in mips32 start.S
Where the mips32 & mips64 implementations of start.S differ in terms of
access sizes & offsets, use the appropriate macros from asm.h to
abstract those differences away. This is in preparation for sharing a
single copy of start.S between mips32 & mips64.
The exception to this is loads of immediates to be written to the cop0
Config register, which is a 32bit register on mips64 and therefore
constants written to it can be loaded as such.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'common/cmd_fpgad.c')
0 files changed, 0 insertions, 0 deletions