]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m54451evb/u-boot.stm
Move lib_$ARCH directories to arch/$ARCH/lib
[karo-tx-uboot.git] / board / freescale / m54451evb / u-boot.stm
index 0752e271514ac4dd84355e0d61b008bb29da8af8..1b06b12b96d1d5005715bf00f5e979ebcb2f7596 100644 (file)
@@ -61,14 +61,14 @@ SECTIONS
     cpu/mcf5445x/dspi.o                        (.text)
     cpu/mcf5445x/interrupt.o           (.text)
     cpu/mcf5445x/speed.o               (.text)
-    lib_m68k/board.o                   (.text)
+    arch/m68k/lib/board.o                      (.text)
     common/serial.o                    (.text)
     common/console.o                   (.text)
     lib_generic/display_options.o      (.text)
     board/freescale/m54455evb/m54455evb.o      (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 */
     *(.text)
     *(.fixup)