ARM: imx6q_logic: Enable Falcon Mode and fatwrite
[oweals/u-boot.git] / arch / arm / mach-zynq / u-boot-spl.lds
index 0f2f756f8354e8663a160dfab28356fa70e05bd2..080c6bf06d0652ff73fd7b0c5232ce7b38dc77ef 100644 (file)
@@ -1,11 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2014 Xilinx, Inc. Michal Simek
  * Copyright (c) 2004-2008 Texas Instruments
  *
  * (C) Copyright 2002
  * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\
@@ -38,10 +37,13 @@ SECTIONS
        } > .sram
 
        . = ALIGN(4);
+       .u_boot_list : {
+               KEEP(*(SORT(.u_boot_list*)));
+       } > .sram
 
-       . = .;
+       . = ALIGN(4);
 
-       __image_copy_end = .;
+       _image_binary_end = .;
 
        _end = .;