]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/arm926ejs/u-boot-spl.lds
pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions
[u-boot] / arch / arm / mach-at91 / arm926ejs / u-boot-spl.lds
index acadd1d4c434272ba202933e4a8adb56955d00b1..eca78f8104a6f025db51887935be07fa48cd46f5 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2015 Atmel Corporation
  *                   Bo Shen <voice.shen@atmel.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE, \
@@ -29,6 +28,9 @@ SECTIONS
        . = ALIGN(4);
        .data : { *(SORT_BY_ALIGNMENT(.data*)) } >.sram
 
+       . = ALIGN(4);
+       .u_boot_list : { KEEP(*(SORT(.u_boot_list*))) } > .sram
+
        . = ALIGN(4);
        __image_copy_end = .;