diff options
author | wdenk <wdenk> | 2003-05-23 12:36:20 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-05-23 12:36:20 +0000 |
commit | 4c3b21a5f915988e3d9681cf9cb566bb7bd56859 (patch) | |
tree | 2ed1d16a43a353157b47aed11c6312a2caa76d82 /board | |
parent | d9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff) | |
download | u-boot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.zip u-boot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.gz u-boot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.bz2 |
Patch by Kyle Harris, 20 May 2003:LABEL_2003_05_23_1450
In preparation for an ixp port, rename cpu/xscale and arch-xscale
into cpu/pxa and arch-pxa.
Diffstat (limited to 'board')
-rw-r--r-- | board/cradle/u-boot.lds | 2 | ||||
-rw-r--r-- | board/csb226/u-boot.lds | 2 | ||||
-rw-r--r-- | board/innokom/u-boot.lds | 2 | ||||
-rw-r--r-- | board/lubbock/u-boot.lds | 2 | ||||
-rw-r--r-- | board/wepep250/u-boot.lds | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/board/cradle/u-boot.lds b/board/cradle/u-boot.lds index 280fc48..46beb15 100644 --- a/board/cradle/u-boot.lds +++ b/board/cradle/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } diff --git a/board/csb226/u-boot.lds b/board/csb226/u-boot.lds index 280fc48..46beb15 100644 --- a/board/csb226/u-boot.lds +++ b/board/csb226/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } diff --git a/board/innokom/u-boot.lds b/board/innokom/u-boot.lds index 280fc48..46beb15 100644 --- a/board/innokom/u-boot.lds +++ b/board/innokom/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } diff --git a/board/lubbock/u-boot.lds b/board/lubbock/u-boot.lds index 280fc48..46beb15 100644 --- a/board/lubbock/u-boot.lds +++ b/board/lubbock/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } diff --git a/board/wepep250/u-boot.lds b/board/wepep250/u-boot.lds index 280fc48..46beb15 100644 --- a/board/wepep250/u-boot.lds +++ b/board/wepep250/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } |