GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2007-11-15 16:20:43 (5 years 6 months ago)
Author:Grant Likely
Branch:gta04
Commit:928fe33b24cdf382a8dc8687fed24b1961cdb5d6
Parents: c93945e8f9e300860d2bf73a2549ce5794f8bd00
Message:Revert "Correct fixup relocation for mpc83xx"

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

File differences

cpu/mpc83xx/config.mk
2020
2121
2222
23
23
2424
2525
2626
# MA 02111-1307 USA
#
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
PLATFORM_CPPFLAGS += -DCONFIG_MPC83XX -DCONFIG_E300 \
-ffixed-r2 -ffixed-r29 -msoft-float
cpu/mpc83xx/u-boot.lds
5252
5353
5454
55
5556
5657
5758
{
cpu/mpc83xx/start.o(.text)
*(.text)
*(.fixup)
*(.got1)
. = ALIGN(16);
*(.rodata)
include/common.h
9999
100100
101101
102
103102
104103
105104
#ifdef CONFIG_MPC83XX
#include <mpc83xx.h>
#include <asm/immap_83xx.h>
#define CONFIG_RELOC_FIXUP_WORKS
#endif
#ifdefCONFIG_4xx
#include <ppc4xx.h>

Archive Download the corresponding diff file

Branches

Tags