Convert CONFIG_SPL_SPI_SUPPORT to Kconfig
[oweals/u-boot.git] / arch / arm / mach-at91 / armv7 / u-boot-spl.lds
index eccca43a423be92cd4a164d07493c70dfb38802e..c667c5555be57cc9e394180558819347d605755a 100644 (file)
@@ -36,6 +36,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 = .;