diff options
Diffstat (limited to 'include/configs/bf561-ezkit.h')
| -rw-r--r-- | include/configs/bf561-ezkit.h | 11 | 
1 files changed, 3 insertions, 8 deletions
| diff --git a/include/configs/bf561-ezkit.h b/include/configs/bf561-ezkit.h index 1557e14f5..7b020e67f 100644 --- a/include/configs/bf561-ezkit.h +++ b/include/configs/bf561-ezkit.h @@ -95,15 +95,10 @@   * it linked after the configuration sector.   */  # define LDS_BOARD_TEXT \ -	arch/blackfin/cpu/traps.o		(.text .text.*); \ -	arch/blackfin/cpu/interrupt.o	(.text .text.*); \ -	arch/blackfin/cpu/serial.o		(.text .text.*); \ -	common/dlmalloc.o		(.text .text.*); \ -	lib/crc32.o		(.text .text.*); \ -	lib/zlib.o		(.text .text.*); \ -	board/bf561-ezkit/bf561-ezkit.o	(.text .text.*); \ +	arch/blackfin/lib/libblackfin.o (.text*); \ +	arch/blackfin/cpu/libblackfin.o (.text*); \  	. = DEFINED(env_offset) ? env_offset : .; \ -	common/env_embedded.o		(.text .text.*); +	common/env_embedded.o (.text*);  #endif |