]> git.sur5r.net Git - u-boot/blobdiff - board/cirrus/edb93xx/u-boot.lds
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / cirrus / edb93xx / u-boot.lds
index b0d892a59f4d341ae05b2f39fcb42e33ea0f48e3..db45c00e1a929b6925c8ef3e976c3657017d8443 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  *
  * Copyright (C) 2013
@@ -7,8 +8,6 @@
  *
  * (C) Copyright 2002
  * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
@@ -21,6 +20,7 @@ SECTIONS
        . = ALIGN(4);
        .text : {
                *(.__image_copy_start)
+               *(.vectors)
                arch/arm/cpu/arm920t/start.o (.text*)
                . = 0x1000;