]> git.sur5r.net Git - u-boot/blobdiff - board/pleb2/u-boot.lds
Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
[u-boot] / board / pleb2 / u-boot.lds
index 58c371df06b4942082297f0312084dbf09bc670c..f0102391b342fedb1fa7970324776aa828629a11 100644 (file)
@@ -44,6 +44,7 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;