sun6i: clock: Add support for the mipi pll
[oweals/u-boot.git] / arch / arm / cpu / armv7 / sunxi / u-boot-spl.lds
index c1ae227f06d6905268dcec3ae89a284a3e4f12ea..53f0cbd2b7eac2b6496dfcd27da23226760637b5 100644 (file)
@@ -38,6 +38,11 @@ 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 = .;
        _end = .;