diff options
| -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 542601af1..719f268f2 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) |