diff options
author | Peter Tyser | 2010-04-12 22:28:09 -0500 |
---|---|---|
committer | Wolfgang Denk | 2010-04-13 09:13:16 +0200 |
commit | 8d1f268204b07e172f3cb5cee0a3974d605b0b98 (patch) | |
tree | c3359e920cc886e7060fb099bf933496aca37153 /board/gth | |
parent | 819833af39a91fa1c1e8252862bbda6f5a602f7b (diff) |
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/gth')
-rw-r--r-- | board/gth/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gth/u-boot.lds b/board/gth/u-boot.lds index f6175d9d570..0e68e141427 100644 --- a/board/gth/u-boot.lds +++ b/board/gth/u-boot.lds @@ -52,7 +52,7 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc8xx/start.o(.text) + arch/ppc/cpu/mpc8xx/start.o(.text) *(.text) common/env_embedded.o(.text) *(.got1) |