summaryrefslogtreecommitdiffstats
path: root/board/purple
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-12 22:28:14 -0500
committerWolfgang Denk <wd@denx.de>2010-04-13 09:13:25 +0200
commit1e3827d9cf9442e188604fd1099ac38375135125 (patch)
tree4d5f6b1b99cd486c00c4c04145b31a2091ce392d /board/purple
parentc6fb83d21729321426308c3acff2a3dfb20d250b (diff)
downloadtalos-obmc-uboot-1e3827d9cf9442e188604fd1099ac38375135125.tar.gz
talos-obmc-uboot-1e3827d9cf9442e188604fd1099ac38375135125.zip
mips: Move cpu/mips/* to arch/mips/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/purple')
-rw-r--r--board/purple/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds
index 236ece478c..1881e651c0 100644
--- a/board/purple/u-boot.lds
+++ b/board/purple/u-boot.lds
@@ -34,9 +34,9 @@ SECTIONS
. = ALIGN(4);
.text :
{
- cpu/mips/start.o (.text)
+ arch/mips/cpu/start.o (.text)
board/purple/lowlevel_init.o (.text)
- cpu/mips/cache.o (.text)
+ arch/mips/cpu/cache.o (.text)
common/main.o (.text)
common/dlmalloc.o (.text)
common/cmd_boot.o (.text)
OpenPOWER on IntegriCloud