From ea0364f1bbfed1e3ea711147420875cf338fe77a Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Mon, 12 Apr 2010 22:28:04 -0500 Subject: Move lib_$ARCH directories to arch/$ARCH/lib Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser --- board/freescale/m54451evb/u-boot.stm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/m54451evb/u-boot.stm') diff --git a/board/freescale/m54451evb/u-boot.stm b/board/freescale/m54451evb/u-boot.stm index e9eac67b90e..1b06b12b96d 100644 --- a/board/freescale/m54451evb/u-boot.stm +++ b/board/freescale/m54451evb/u-boot.stm @@ -61,7 +61,7 @@ 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) -- cgit v1.2.3