aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynq/u-boot-spl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-zynq/u-boot-spl.lds')
-rw-r--r--arch/arm/mach-zynq/u-boot-spl.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/u-boot-spl.lds b/arch/arm/mach-zynq/u-boot-spl.lds
index 8c18d3f91f4..d96a5770288 100644
--- a/arch/arm/mach-zynq/u-boot-spl.lds
+++ b/arch/arm/mach-zynq/u-boot-spl.lds
@@ -18,9 +18,9 @@ ENTRY(_start)
SECTIONS
{
. = ALIGN(4);
+ __image_copy_start = ADDR(.text);
.text :
{
- __image_copy_start = .;
*(.vectors)
CPUDIR/start.o (.text*)
*(.text*)