commit | 29514c75581cce1fbd737ef92450e83c18e7badf | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Apr 12 22:28:09 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 13 09:13:16 2010 +0200 |
tree | c3359e920cc886e7060fb099bf933496aca37153 | |
parent | 3cba3c1f4291d55f63b4946677890048c71d7f43 [diff] [blame] |
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
diff --git a/board/Marvell/db64460/u-boot.lds b/board/Marvell/db64460/u-boot.lds index d021331..6dff003 100644 --- a/board/Marvell/db64460/u-boot.lds +++ b/board/Marvell/db64460/u-boot.lds
@@ -56,7 +56,7 @@ .plt : { *(.plt) } .text : { - cpu/74xx_7xx/start.o (.text) + arch/ppc/cpu/74xx_7xx/start.o (.text) /* store the environment in a seperate sector in the boot flash */ /* . = env_offset; */