MVSMR board support doesn't link since recent rework
of U-Boot directory structure. Fix it now.

Signed-off-by: Anatolij Gustschin <ag...@denx.de>
Cc: Andre Schwarz <andre.schw...@matrix-vision.de>
---
 board/matrix_vision/mvsmr/u-boot.lds |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/board/matrix_vision/mvsmr/u-boot.lds 
b/board/matrix_vision/mvsmr/u-boot.lds
index cfbb6ef..5a6a858 100644
--- a/board/matrix_vision/mvsmr/u-boot.lds
+++ b/board/matrix_vision/mvsmr/u-boot.lds
@@ -55,11 +55,11 @@ SECTIONS
   {
     /* WARNING - the following is hand-optimized to fit within  */
     /* the first two sectors (=8KB) of our S29GL flash chip */
-    cpu/mpc5xxx/start.o          (.text)
-    cpu/mpc5xxx/traps.o          (.text)
-    lib_generic/crc32.o         (.text)
-    lib_ppc/cache.o             (.text)
-    lib_ppc/time.o              (.text)
+    arch/ppc/cpu/mpc5xxx/start.o       (.text)
+    arch/ppc/cpu/mpc5xxx/traps.o       (.text)
+    lib/crc32.o                                (.text)
+    arch/ppc/lib/cache.o               (.text)
+    arch/ppc/lib/time.o                        (.text)
 
     /* This is only needed to force failure if size of above code will ever */
     /* increase and grow into reserved space. */
-- 
1.6.3.3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to