[U-Boot] [PATCH] mvsmr: fix link error
André Schwarz
andre.schwarz at matrix-vision.de
Tue Apr 13 15:14:08 CEST 2010
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 at denx.de>
> Cc: Andre Schwarz <andre.schwarz at matrix-vision.de>
Acked-by: Andre Schwarz <andre.schwarz at 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
More information about the U-Boot
mailing list