commit | 8d1f268204b07e172f3cb5cee0a3974d605b0b98 | [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 | 819833af39a91fa1c1e8252862bbda6f5a602f7b [diff] [blame] |
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
diff --git a/board/fads/u-boot.lds b/board/fads/u-boot.lds index ce3e32e..d6476cd 100644 --- a/board/fads/u-boot.lds +++ b/board/fads/u-boot.lds
@@ -50,7 +50,7 @@ .plt : { *(.plt) } .text : { - cpu/mpc8xx/start.o (.text) + arch/ppc/cpu/mpc8xx/start.o (.text) /*. = DEFINED(env_offset) ? env_offset : .;*/ common/env_embedded.o (.ppcenv)