]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/icu862/u-boot.lds.debug
cfi_flash: Use uintptr_t for casts from u32 to void *
[karo-tx-uboot.git] / board / icu862 / u-boot.lds.debug
index 91d3e67e82bb567cd327834c1d34cc76c7d423a0..99952885173d1908f43100f26d0de924fb736320 100644 (file)
@@ -107,9 +107,11 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       KEEP(*(SORT(.u_boot_list*)));
+  }
 
 
   __start___ex_table = .;