summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2015-11-12 17:13:26 +0100
committerStefano Babic <sbabic@denx.de>2015-11-12 17:13:26 +0100
commit5f5620ab2679608f94b3a77e51c77d0a770103bd (patch)
treeec983c06d2f62384909968bb870add121b8a1502 /arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
parent78e9ca52edaab74ad645d719676ff4c24d2f462c (diff)
parent038be18fd95aa6283eafb85ceabc0b880976424b (diff)
downloadu-boot-imx-5f5620ab2679608f94b3a77e51c77d0a770103bd.zip
u-boot-imx-5f5620ab2679608f94b3a77e51c77d0a770103bd.tar.gz
u-boot-imx-5f5620ab2679608f94b3a77e51c77d0a770103bd.tar.bz2
Merge git://git.denx.de/u-boot
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx/u-boot-spl.lds')
-rw-r--r--arch/powerpc/cpu/mpc83xx/u-boot-spl.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds b/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
index 774772b..4101eaf 100644
--- a/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
+++ b/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds
@@ -24,7 +24,6 @@ SECTIONS
_GOT2_TABLE_ = .;
KEEP(*(.got2))
KEEP(*(.got))
- PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
}
__got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;