diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-04-13 14:47:32 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-04 23:18:45 +0200 |
commit | 7769c5bc06615293870d00fc81366cd43ba0623a (patch) | |
tree | dda088bc2dfe3d02f65880b5c7c742e7d8285cdf | |
parent | 679ec154620eaf377143ba429124abc91abed0eb (diff) | |
download | u-boot-7769c5bc06615293870d00fc81366cd43ba0623a.tar.gz u-boot-7769c5bc06615293870d00fc81366cd43ba0623a.tar.xz u-boot-7769c5bc06615293870d00fc81366cd43ba0623a.zip |
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>
Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
Fixed merge conflict
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r-- | 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 3e917a99c2..f9b103e617 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 */ - arch/powerpc/cpu/mpc5xxx/start.o (.text) - arch/powerpc/cpu/mpc5xxx/traps.o (.text) - lib/crc32.o (.text) - arch/powerpc/lib/cache.o (.text) - arch/powerpc/lib/time.o (.text) + arch/powerpc/cpu/mpc5xxx/start.o (.text) + arch/powerpc/cpu/mpc5xxx/traps.o (.text) + lib/crc32.o (.text) + arch/powerpc/lib/cache.o (.text) + arch/powerpc/lib/time.o (.text) /* This is only needed to force failure if size of above code will ever */ /* increase and grow into reserved space. */ |