diff options
author | Stefan Roese <sr@denx.de> | 2008-09-01 08:35:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-03 14:39:25 +0200 |
commit | 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b (patch) | |
tree | 8a7874d365a61714708e90c5521e5e40d3100e6e /board/esd/dasa_sim | |
parent | 97b0734d65f8a0b03df0a335a2addc759da56107 (diff) |
ppc4xx: Remove reference to common/lists.o from some esd linker scripts
This patch removes some direct references to common/lists.o from some
esd linker scripts. This is necessary because the lists source was moved
and is not in the "common" directory anymore.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/dasa_sim')
-rw-r--r-- | board/esd/dasa_sim/u-boot.lds | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/esd/dasa_sim/u-boot.lds b/board/esd/dasa_sim/u-boot.lds index 67d72f77fbc..6126b160322 100644 --- a/board/esd/dasa_sim/u-boot.lds +++ b/board/esd/dasa_sim/u-boot.lds @@ -78,7 +78,6 @@ SECTIONS common/cmd_mem.o (.text) common/cmd_nvedit.o (.text) common/console.o (.text) - common/lists.o (.text) common/main.o (.text) board/esd/dasa_sim/flash.o (.text) |