aboutsummaryrefslogtreecommitdiff
path: root/board/wepep250/u-boot.lds
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/wepep250/u-boot.lds
parentd9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff)
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/wepep250/u-boot.lds')
-rw-r--r--board/wepep250/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wepep250/u-boot.lds b/board/wepep250/u-boot.lds
index 280fc48ac..46beb152c 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)
}