* Fix parameter passing to standalone images with bootm command
[platform/kernel/u-boot.git] / board / ixdp425 / u-boot.lds
index 3170aa0..cd44eb9 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);