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 | |
| parent | 97b0734d65f8a0b03df0a335a2addc759da56107 (diff) | |
| download | olio-uboot-2014.01-7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b.tar.xz olio-uboot-2014.01-7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b.zip | |
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>
| -rw-r--r-- | board/esd/ar405/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/esd/canbt/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/esd/dasa_sim/u-boot.lds | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/board/esd/ar405/u-boot.lds b/board/esd/ar405/u-boot.lds index b072bbb3e..89cd06734 100644 --- a/board/esd/ar405/u-boot.lds +++ b/board/esd/ar405/u-boot.lds @@ -79,7 +79,6 @@ SECTIONS      common/cmd_mem.o		(.text)      common/cmd_nvedit.o		(.text)      common/console.o		(.text) -    common/lists.o		(.text)      common/main.o		(.text)  /* diff --git a/board/esd/canbt/u-boot.lds b/board/esd/canbt/u-boot.lds index e66db5d23..71bac09f2 100644 --- a/board/esd/canbt/u-boot.lds +++ b/board/esd/canbt/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)      net/net.o			(.text) diff --git a/board/esd/dasa_sim/u-boot.lds b/board/esd/dasa_sim/u-boot.lds index 67d72f77f..6126b1603 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) |