summaryrefslogtreecommitdiffstats
path: root/board/psyent
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:19 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:27 +0200
commit6a8a2b7058a398fe207021259cb2c529fb225eff (patch)
treeefc331c29c02e3d01eb0fc01db410be9480b8098 /board/psyent
parent1e9c26578ebbeecbaf3d8fb574957405eff17c86 (diff)
downloadblackbird-obmc-uboot-6a8a2b7058a398fe207021259cb2c529fb225eff.tar.gz
blackbird-obmc-uboot-6a8a2b7058a398fe207021259cb2c529fb225eff.zip
nios: Move cpu/nios/* to arch/nios/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/psyent')
-rw-r--r--board/psyent/pci5441/u-boot.lds2
-rw-r--r--board/psyent/pk1c20/u-boot.lds2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/psyent/pci5441/u-boot.lds b/board/psyent/pci5441/u-boot.lds
index b2d88a5586..f155800a64 100644
--- a/board/psyent/pci5441/u-boot.lds
+++ b/board/psyent/pci5441/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
diff --git a/board/psyent/pk1c20/u-boot.lds b/board/psyent/pk1c20/u-boot.lds
index b2d88a5586..f155800a64 100644
--- a/board/psyent/pk1c20/u-boot.lds
+++ b/board/psyent/pk1c20/u-boot.lds
@@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
- cpu/nios2/start.o (.text)
+ arch/nios/cpu2/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
OpenPOWER on IntegriCloud