blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
a414553485
commit
c6fb83d217
29 changed files with 30 additions and 30 deletions
2
Makefile
2
Makefile
|
@ -3745,7 +3745,7 @@ clean:
|
|||
$(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \
|
||||
$(obj)arch/blackfin/lib/u-boot.lds \
|
||||
$(obj)u-boot.lds \
|
||||
$(obj)cpu/blackfin/bootrom-asm-offsets.[chs]
|
||||
$(obj)arch/blackfin/cpu/bootrom-asm-offsets.[chs]
|
||||
@rm -f $(obj)include/bmp_logo.h
|
||||
@rm -f $(obj)nand_spl/{u-boot.lds,u-boot-spl,u-boot-spl.map,System.map}
|
||||
@rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl.map}
|
||||
|
|
|
@ -73,14 +73,14 @@ SECTIONS
|
|||
{
|
||||
.text.pre :
|
||||
{
|
||||
cpu/blackfin/start.o (.text .text.*)
|
||||
arch/blackfin/cpu/start.o (.text .text.*)
|
||||
|
||||
LDS_BOARD_TEXT
|
||||
} >ram_code
|
||||
|
||||
.text.init :
|
||||
{
|
||||
cpu/blackfin/initcode.o (.text .text.*)
|
||||
arch/blackfin/cpu/initcode.o (.text .text.*)
|
||||
} >ram_code
|
||||
__initcode_lma = LOADADDR(.text.init);
|
||||
__initcode_len = SIZEOF(.text.init);
|
||||
|
|
|
@ -126,9 +126,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -112,9 +112,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -122,9 +122,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -119,9 +119,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -96,9 +96,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
|
|
|
@ -104,9 +104,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -105,9 +105,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
|
@ -84,9 +84,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
|
|
|
@ -105,9 +105,9 @@
|
|||
* it linked after the configuration sector.
|
||||
*/
|
||||
# define LDS_BOARD_TEXT \
|
||||
cpu/blackfin/traps.o (.text .text.*); \
|
||||
cpu/blackfin/interrupt.o (.text .text.*); \
|
||||
cpu/blackfin/serial.o (.text .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.*); \
|
||||
. = DEFINED(env_offset) ? env_offset : .; \
|
||||
|
|
Loading…
Reference in a new issue