diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-06-25 10:40:23 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-06-25 10:40:23 +0200 |
commit | 01a3647abdca096245c6b1d0c32e348efc07c67d (patch) | |
tree | bb2e960421610d4b19bee483dbc24c9240a71240 /arch | |
parent | ed1d98d801dfb6384d0f2fff45ce1ebf884944ca (diff) | |
parent | a811db5a8c557138e4d22000aca4ce7f6c3b25b5 (diff) | |
download | u-boot-imx-01a3647abdca096245c6b1d0c32e348efc07c67d.zip u-boot-imx-01a3647abdca096245c6b1d0c32e348efc07c67d.tar.gz u-boot-imx-01a3647abdca096245c6b1d0c32e348efc07c67d.tar.bz2 |
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/zynq/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/zynq/u-boot.lds b/arch/arm/cpu/armv7/zynq/u-boot.lds index 69500a6..4dc9bb0 100644 --- a/arch/arm/cpu/armv7/zynq/u-boot.lds +++ b/arch/arm/cpu/armv7/zynq/u-boot.lds @@ -18,6 +18,7 @@ SECTIONS .text : { *(.__image_copy_start) + *(.vectors) CPUDIR/start.o (.text*) *(.text*) } |