]> git.sur5r.net Git - u-boot/blobdiff - board/ixdp425/u-boot.lds
* Fix parameter passing to standalone images with bootm command
[u-boot] / board / ixdp425 / u-boot.lds
index 3170aa0afb14535f42ed653ebbf32d8db878ec42..cd44eb9062adebf5c451412a0367790fdbb520a4 100644 (file)
@@ -44,6 +44,10 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
+
        armboot_end_data = .;
 
        . = ALIGN(4);