summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/arm920t/ep93xx/u-boot.lds')
-rw-r--r--arch/arm/cpu/arm920t/ep93xx/u-boot.lds6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm920t/ep93xx/u-boot.lds b/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
index cf55bf7d4d..367c805e38 100644
--- a/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
+++ b/arch/arm/cpu/arm920t/ep93xx/u-boot.lds
@@ -31,6 +31,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
+ *(.__image_copy_start)
arch/arm/cpu/arm920t/start.o (.text*)
/* the EP93xx expects to find the pattern 'CRUS' at 0x1000 */
. = 0x1000;
@@ -56,7 +57,10 @@ SECTIONS
. = ALIGN(4);
- __image_copy_end = .;
+ .image_copy_end :
+ {
+ *(.__image_copy_end)
+ }
__bss_start = .;
.bss : { *(.bss*) }
OpenPOWER on IntegriCloud