summaryrefslogtreecommitdiff
path: root/board/amcc/sequoia/u-boot-ram.lds
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2010-04-13 03:28:09 (GMT)
committerWolfgang Denk <wd@denx.de>2010-04-13 07:13:16 (GMT)
commit8d1f268204b07e172f3cb5cee0a3974d605b0b98 (patch)
treec3359e920cc886e7060fb099bf933496aca37153 /board/amcc/sequoia/u-boot-ram.lds
parent819833af39a91fa1c1e8252862bbda6f5a602f7b (diff)
downloadu-boot-fsl-qoriq-8d1f268204b07e172f3cb5cee0a3974d605b0b98.tar.xz
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/amcc/sequoia/u-boot-ram.lds')
-rw-r--r--board/amcc/sequoia/u-boot-ram.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/sequoia/u-boot-ram.lds b/board/amcc/sequoia/u-boot-ram.lds
index e22dbec..c6a321e 100644
--- a/board/amcc/sequoia/u-boot-ram.lds
+++ b/board/amcc/sequoia/u-boot-ram.lds
@@ -50,7 +50,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
- cpu/ppc4xx/start.o (.text)
+ arch/ppc/cpu/ppc4xx/start.o (.text)
*(.text)
*(.got1)