]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/cpu/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / sandbox / cpu / u-boot.lds
index 99601387cbec979f81820dfd44731beb82e98b97..b7f25ab88a35455274249dd6bca70056c1091b3d 100644 (file)
@@ -28,6 +28,11 @@ SECTIONS
        _u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
+
        __u_boot_sandbox_option_start = .;
        _u_boot_sandbox_getopt : { *(.u_boot_sandbox_getopt) }
        __u_boot_sandbox_option_end = .;