commit | 4c3b21a5f915988e3d9681cf9cb566bb7bd56859 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Fri May 23 12:36:20 2003 +0000 |
committer | wdenk <wdenk> | Fri May 23 12:36:20 2003 +0000 |
tree | 2ed1d16a43a353157b47aed11c6312a2caa76d82 | |
parent | d9ff6e84e49cd95323172e6a70a21b7a5c879901 [diff] [blame] |
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.
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 @@ . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) }