diff options
author | Wolfgang Denk <wd@denx.de> | 2011-02-12 20:37:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-02-12 20:37:47 +0100 |
commit | c65715de780945950d570e2b69f94e0b186f04b4 (patch) | |
tree | 7b0e2e835d581849ce3c71e73223b0e44c254f8b /board/purple/u-boot.lds | |
parent | 8b1a714013eb120674f1cfed82a838ac9cf6658f (diff) | |
parent | 9d3f9118a9b4b54bbea48bac51c0dec7180edec0 (diff) | |
download | u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.zip u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.gz u-boot-imx-c65715de780945950d570e2b69f94e0b186f04b4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'board/purple/u-boot.lds')
-rw-r--r-- | board/purple/u-boot.lds | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 542601a..719f268 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -36,11 +36,6 @@ SECTIONS { arch/mips/cpu/start.o (.text) board/purple/lowlevel_init.o (.text) - arch/mips/cpu/cache.o (.text) - common/main.o (.text) - common/dlmalloc.o (.text) - common/cmd_boot.o (.text) - lib/zlib.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.ppcenv) |