]> git.sur5r.net Git - u-boot/blobdiff - board/genietv/u-boot.lds
cm-t35: add support for user defined lcd parameters
[u-boot] / board / genietv / u-boot.lds
index 1d66a9b2bda15f129b7480b5d3a121c12f72ec87..124b1835164e98f8d07d0700c1130758e71f9561 100644 (file)
@@ -80,9 +80,11 @@ SECTIONS
   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>
+  }
 
 
   . = .;