summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/u-boot.lds
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-07-21 09:10:18 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:20 +0200
commit033ca72438635c68f3940216a550217b9e7f6417 (patch)
treec40b99e38aacd9a7c07fefd07c083b34f9823057 /arch/arm/cpu/armv7/u-boot.lds
parent1e463866f5b26ec7d7579f2d6ec348402d8c96b4 (diff)
downloadu-boot-imx-033ca72438635c68f3940216a550217b9e7f6417.zip
u-boot-imx-033ca72438635c68f3940216a550217b9e7f6417.tar.gz
u-boot-imx-033ca72438635c68f3940216a550217b9e7f6417.tar.bz2
armv7: start.S: fixes and enhancements for SPL
- Allow SPL to have .bss disjoint from rest of the image - Allow for .bss setup in CONFIG_SPL_BUILD case too. - Take care of the special case where relocation offset = 0. - Compile out exception handling code and install a simpler vector Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/u-boot.lds')
-rw-r--r--arch/arm/cpu/armv7/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/u-boot.lds b/arch/arm/cpu/armv7/u-boot.lds
index dbae54d..40ecf78 100644
--- a/arch/arm/cpu/armv7/u-boot.lds
+++ b/arch/arm/cpu/armv7/u-boot.lds
@@ -55,6 +55,8 @@ SECTIONS
. = ALIGN(4);
+ __image_copy_end = .;
+
.rel.dyn : {
__rel_dyn_start = .;
*(.rel*)