input: Add generic keyboard input handler
[oweals/u-boot.git] / board / korat / u-boot-F7FC.lds
index e483394539dd04e28a9bb147ccbd31f572695a23..6a017e305cadfc4f78a9a057807ce74c7fc4d335 100644 (file)
@@ -33,7 +33,7 @@ SECTIONS
 
   .bootpg 0xF7FBF000 :
   {
-    arch/ppc/cpu/ppc4xx/start.o        (.bootpg)
+    arch/powerpc/cpu/ppc4xx/start.o    (.bootpg)
   } = 0xffff
 
   /* Read-only sections, merged into text segment: */
@@ -65,7 +65,7 @@ SECTIONS
     /* WARNING - the following is hand-optimized to fit within */
     /* the sector layout of our flash chips!   XXX FIXME XXX   */
 
-    arch/ppc/cpu/ppc4xx/start.o        (.text)
+    arch/powerpc/cpu/ppc4xx/start.o    (.text)
 
     *(.text)
     *(.got1)
@@ -135,6 +135,6 @@ SECTIONS
    . = ALIGN(4);
   }
 
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }