blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser 2010-04-12 22:28:13 -05:00 committed by Wolfgang Denk
parent a414553485
commit c6fb83d217
29 changed files with 30 additions and 30 deletions

View File

@ -3745,7 +3745,7 @@ clean:
$(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \ $(obj)board/armltd/{integratorap,integratorcp}/u-boot.lds \
$(obj)arch/blackfin/lib/u-boot.lds \ $(obj)arch/blackfin/lib/u-boot.lds \
$(obj)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)include/bmp_logo.h
@rm -f $(obj)nand_spl/{u-boot.lds,u-boot-spl,u-boot-spl.map,System.map} @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} @rm -f $(obj)onenand_ipl/onenand-{ipl,ipl.bin,ipl.map}

View File

@ -73,14 +73,14 @@ SECTIONS
{ {
.text.pre : .text.pre :
{ {
cpu/blackfin/start.o (.text .text.*) arch/blackfin/cpu/start.o (.text .text.*)
LDS_BOARD_TEXT LDS_BOARD_TEXT
} >ram_code } >ram_code
.text.init : .text.init :
{ {
cpu/blackfin/initcode.o (.text .text.*) arch/blackfin/cpu/initcode.o (.text .text.*)
} >ram_code } >ram_code
__initcode_lma = LOADADDR(.text.init); __initcode_lma = LOADADDR(.text.init);
__initcode_len = SIZEOF(.text.init); __initcode_len = SIZEOF(.text.init);

View File

@ -126,9 +126,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -112,9 +112,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -122,9 +122,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -119,9 +119,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -96,9 +96,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
lib/zlib.o (.text .text.*); \ lib/zlib.o (.text .text.*); \

View File

@ -104,9 +104,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -105,9 +105,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \

View File

@ -84,9 +84,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
lib/zlib.o (.text .text.*); \ lib/zlib.o (.text .text.*); \

View File

@ -105,9 +105,9 @@
* it linked after the configuration sector. * it linked after the configuration sector.
*/ */
# define LDS_BOARD_TEXT \ # define LDS_BOARD_TEXT \
cpu/blackfin/traps.o (.text .text.*); \ arch/blackfin/cpu/traps.o (.text .text.*); \
cpu/blackfin/interrupt.o (.text .text.*); \ arch/blackfin/cpu/interrupt.o (.text .text.*); \
cpu/blackfin/serial.o (.text .text.*); \ arch/blackfin/cpu/serial.o (.text .text.*); \
common/dlmalloc.o (.text .text.*); \ common/dlmalloc.o (.text .text.*); \
lib/crc32.o (.text .text.*); \ lib/crc32.o (.text .text.*); \
. = DEFINED(env_offset) ? env_offset : .; \ . = DEFINED(env_offset) ? env_offset : .; \