Browse Source

Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'

Albert ARIBAUD 11 years ago
parent
commit
01a3647abd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/cpu/armv7/zynq/u-boot.lds

+ 1 - 0
arch/arm/cpu/armv7/zynq/u-boot.lds

@@ -18,6 +18,7 @@ SECTIONS
 	.text :
 	{
 		*(.__image_copy_start)
+		*(.vectors)
 		CPUDIR/start.o (.text*)
 		*(.text*)
 	}