diff options
author | Stefan Roese <sr@denx.de> | 2007-04-29 14:13:01 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-04-29 14:13:01 +0200 |
commit | 8b39501d28754e72726ce7fb02310e56dbdf116a (patch) | |
tree | 78c04c7840b5847cffb85a1ec1cc3b574f33715d /board/amcc/bamboo/u-boot.lds | |
parent | d21686263574e95cb3e9e9b0496f968b1b897fdb (diff) | |
download | u-boot-imx-8b39501d28754e72726ce7fb02310e56dbdf116a.zip u-boot-imx-8b39501d28754e72726ce7fb02310e56dbdf116a.tar.gz u-boot-imx-8b39501d28754e72726ce7fb02310e56dbdf116a.tar.bz2 |
ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/bamboo/u-boot.lds')
-rw-r--r-- | board/amcc/bamboo/u-boot.lds | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/board/amcc/bamboo/u-boot.lds b/board/amcc/bamboo/u-boot.lds index 176900e..f6d7183 100644 --- a/board/amcc/bamboo/u-boot.lds +++ b/board/amcc/bamboo/u-boot.lds @@ -68,19 +68,7 @@ SECTIONS cpu/ppc4xx/start.o (.text) board/amcc/bamboo/init.o (.text) - cpu/ppc4xx/kgdb.o (.text) - cpu/ppc4xx/traps.o (.text) - cpu/ppc4xx/interrupts.o (.text) - cpu/ppc4xx/serial.o (.text) - cpu/ppc4xx/cpu_init.o (.text) - cpu/ppc4xx/speed.o (.text) - common/dlmalloc.o (.text) - lib_generic/crc32.o (.text) - lib_ppc/extable.o (.text) - lib_generic/zlib.o (.text) - -/* . = env_offset;*/ -/* common/environment.o(.text)*/ + board/amcc/bamboo/bamboo.o (.text) *(.text) *(.fixup) |