summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-05-23 12:36:20 +0000
committerwdenk <wdenk>2003-05-23 12:36:20 +0000
commit4c3b21a5f915988e3d9681cf9cb566bb7bd56859 (patch)
tree2ed1d16a43a353157b47aed11c6312a2caa76d82 /board
parentd9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff)
downloadblackbird-obmc-uboot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.gz
blackbird-obmc-uboot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.zip
Patch by Kyle Harris, 20 May 2003:
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.lds2
-rw-r--r--board/csb226/u-boot.lds2
-rw-r--r--board/innokom/u-boot.lds2
-rw-r--r--board/lubbock/u-boot.lds2
-rw-r--r--board/wepep250/u-boot.lds2
5 files changed, 5 insertions, 5 deletions
diff --git a/board/cradle/u-boot.lds b/board/cradle/u-boot.lds
index 280fc48ace..46beb152c7 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 280fc48ace..46beb152c7 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 280fc48ace..46beb152c7 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 280fc48ace..46beb152c7 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 280fc48ace..46beb152c7 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)
}
OpenPOWER on IntegriCloud