GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2007-11-15 16:24:32 (5 years 6 months ago)
Author:Grant Likely
Branch:gta04
Commit:e15633888a058aacb31a62d2cf1278e1e4c236ab
Parents: 139365fbe566d0fc619a1ed04452ec5388f0cef8
Message:Revert "Correct fixup relocation for MPC5xxx"

This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Changes:
Mcpu/mpc5xxx/config.mk (1 diff)
Mcpu/mpc5xxx/u-boot-customlayout.lds (1 diff)
Mcpu/mpc5xxx/u-boot.lds (1 diff)
Minclude/common.h (1 diff)

File differences

cpu/mpc5xxx/config.mk
2121
2222
2323
24
24
2525
2626
2727
# MA 02111-1307 USA
#
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
PLATFORM_CPPFLAGS += -DCONFIG_MPC5xxx -ffixed-r2 -ffixed-r29 \
-mstring -mcpu=603e -mmultiple
cpu/mpc5xxx/u-boot-customlayout.lds
6666
6767
6868
69
6970
7071
7172
common/environment.o (.ppcenv)
*(.text)
*(.fixup)
*(.got1)
. = ALIGN(16);
*(.rodata)
cpu/mpc5xxx/u-boot.lds
5555
5656
5757
58
5859
5960
6061
{
cpu/mpc5xxx/start.o(.text)
*(.text)
*(.fixup)
*(.got1)
. = ALIGN(16);
*(.rodata)
include/common.h
6666
6767
6868
69
7069
7170
7271
#define CONFIG_RELOC_FIXUP_WORKS
#elif defined(CONFIG_MPC5xxx)
#include <mpc5xxx.h>
#define CONFIG_RELOC_FIXUP_WORKS
#elif defined(CONFIG_MPC512X)
#include <mpc512x.h>
#include <asm/immap_512x.h>

Archive Download the corresponding diff file

Branches

Tags