]> git.sur5r.net Git - u-boot/blobdiff - board/quantum/u-boot.lds.debug
OMAP3: twister : get MAC address from EEPROM
[u-boot] / board / quantum / u-boot.lds.debug
index a2b7bc70d9e5f42903cb9904ad848a650286bf40..abc4640eef5d015025184ceef73b6ae39a4737d5 100644 (file)
@@ -55,7 +55,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    arch/ppc/cpu/mpc8xx/start.o        (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     common/dlmalloc.o  (.text)
     lib/vsprintf.o     (.text)
     lib/crc32.o                (.text)
@@ -125,6 +125,6 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }