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/csb226/u-boot.lds | |
parent | d9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff) | |
download | u-boot-imx-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.zip u-boot-imx-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.gz u-boot-imx-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.bz2 |
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/csb226/u-boot.lds')
-rw-r--r-- | board/csb226/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |