mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02:00
Revert "Correct relocation fixup for mpc5xx"
This reverts commit 3649cd99ba
.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -mrelocatable
|
PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
|
||||||
|
|
||||||
PLATFORM_CPPFLAGS += -DCONFIG_5xx -ffixed-r2 -ffixed-r29 -mpowerpc -msoft-float
|
PLATFORM_CPPFLAGS += -DCONFIG_5xx -ffixed-r2 -ffixed-r29 -mpowerpc -msoft-float
|
||||||
|
|
||||||
|
@@ -59,6 +59,7 @@ SECTIONS
|
|||||||
cpu/mpc5xx/start.o (.text)
|
cpu/mpc5xx/start.o (.text)
|
||||||
|
|
||||||
*(.text)
|
*(.text)
|
||||||
|
*(.fixup)
|
||||||
*(.got1)
|
*(.got1)
|
||||||
}
|
}
|
||||||
_etext = .;
|
_etext = .;
|
||||||
|
@@ -63,7 +63,6 @@ typedef volatile unsigned char vu_char;
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(CONFIG_5xx)
|
#elif defined(CONFIG_5xx)
|
||||||
#include <asm/5xx_immap.h>
|
#include <asm/5xx_immap.h>
|
||||||
#define CONFIG_RELOC_FIXUP_WORKS
|
|
||||||
#elif defined(CONFIG_MPC5xxx)
|
#elif defined(CONFIG_MPC5xxx)
|
||||||
#include <mpc5xxx.h>
|
#include <mpc5xxx.h>
|
||||||
#elif defined(CONFIG_MPC512X)
|
#elif defined(CONFIG_MPC512X)
|
||||||
|
Reference in New Issue
Block a user