From 4c3b21a5f915988e3d9681cf9cb566bb7bd56859 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 23 May 2003 12:36:20 +0000 Subject: 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. --- board/wepep250/u-boot.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/wepep250/u-boot.lds') 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) } -- cgit v1.2.3