i2c, fsl_i2c: switch to new multibus/multiadapter support
[oweals/u-boot.git] / board / lwmon / u-boot.lds.debug
index 8fcdb90919899c5b4b455f960e2df60883666f52..cb5ed9c339c39eb27162944fa1a3e7738e689dc0 100644 (file)
@@ -107,13 +107,10 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
 
   . = ALIGN(4);
   .u_boot_list : {
-       #include <u-boot.lst>
+       KEEP(*(SORT(.u_boot_list*)));
   }
 
 
@@ -136,6 +133,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }