[U-Boot] [PATCH] mvsmr: fix link error

MVSMR board support doesn't link since recent rework of U-Boot directory structure. Fix it now.
Signed-off-by: Anatolij Gustschin agust@denx.de Cc: Andre Schwarz andre.schwarz@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. */

Anatolij,
thanks for fixing this.
On Tue, 2010-04-13 at 14:47 +0200, Anatolij Gustschin wrote:
MVSMR board support doesn't link since recent rework of U-Boot directory structure. Fix it now.
Signed-off-by: Anatolij Gustschin agust@denx.de Cc: Andre Schwarz andre.schwarz@matrix-vision.de
Acked-by: Andre Schwarz andre.schwarz@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. */
MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich

Dear Anatolij Gustschin,
In message 1271162852-901-1-git-send-email-agust@denx.de you wrote:
MVSMR board support doesn't link since recent rework of U-Boot directory structure. Fix it now.
Signed-off-by: Anatolij Gustschin agust@denx.de Cc: Andre Schwarz andre.schwarz@matrix-vision.de
board/matrix_vision/mvsmr/u-boot.lds | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (3)
-
Anatolij Gustschin
-
André Schwarz
-
Wolfgang Denk