[U-Boot] [PATCH 4/4] ppc: Make mpc83xx start.S relative.

2009-12-30 Thread Joakim Tjernlund
To use a different link address than load address, start.S must not make any absolute accesses. This makes it so. Use link_off(), if defined, to calculate the difference in load and link address. --- cpu/mpc83xx/start.S | 35 --- 1 files changed, 28 insertions(+),

[U-Boot] [PATCH 4/4] ppc: Make mpc83xx start.S relative.

2009-11-02 Thread Joakim Tjernlund
To use a different link address than load address, start.S must not make any absolute accesses. This makes it so. Use link_off(), if defined, to calculate the difference in load and link address. --- cpu/mpc83xx/start.S | 35 --- 1 files changed, 28 insertions(+),