]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-omap2/u-boot-spl.lds
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-omap2 / u-boot-spl.lds
index 8fec715ca56c85de2b6be7069ac748b1f7e065b4..a1289f6a74409e2ba87eaa3de9f99efdb3f2d2df 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2002
  * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
@@ -5,8 +6,6 @@
  * (C) Copyright 2010
  * Texas Instruments, <www.ti.com>
  *     Aneesh V <aneesh@ti.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\
@@ -46,6 +45,8 @@ SECTIONS
                *(.__end)
        }
 
+       _image_binary_end = .;
+
        .bss :
        {
                . = ALIGN(4);