aboutsummaryrefslogtreecommitdiff
path: root/board/wepep250/u-boot.lds
diff options
context:
space:
mode:
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)
}