X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=arch%2Farm%2Fcpu%2Farm920t%2Fep93xx%2Fu-boot.lds;fp=arch%2Farm%2Fcpu%2Farm920t%2Fep93xx%2Fu-boot.lds;h=367c805e385a138585fa6bec21f45ac8b7c8b642;hb=d026dec8751378473b4f12eb87717c8059472b3e;hp=cf55bf7d4d34675ebdb8cdc91722a718da7f1b95;hpb=df84502edffd1da48588a212b402602f032ed53d;p=people%2Fms%2Fu-boot.git 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*) }