]> git.sur5r.net Git - u-boot/blobdiff - board/at91rm9200dk/u-boot.lds
Update ARM Integrator boards:
[u-boot] / board / at91rm9200dk / u-boot.lds
index 0282898d71edf5fcc9b652ee7499598864d6649d..f4fbf969c3cf6445dd210053c319e591440dc3ae 100644 (file)
@@ -32,7 +32,7 @@ SECTIONS
        . = ALIGN(4);
        .text      :
        {
-         cpu/at91rm9200/start.o        (.text)
+         cpu/arm920t/start.o   (.text)
          *(.text)
        }
 
@@ -45,6 +45,7 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;