diff options
| author | Peter Tyser <[email protected]> | 2010-04-12 22:28:09 -0500 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-04-13 09:13:16 +0200 |
| commit | 8d1f268204b07e172f3cb5cee0a3974d605b0b98 (patch) | |
| tree | c3359e920cc886e7060fb099bf933496aca37153 /board/adder | |
| parent | 819833af39a91fa1c1e8252862bbda6f5a602f7b (diff) | |
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
Signed-off-by: Peter Tyser <[email protected]>
Diffstat (limited to 'board/adder')
| -rw-r--r-- | board/adder/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/adder/u-boot.lds b/board/adder/u-boot.lds index 397ee2f0533..018bcf1a26f 100644 --- a/board/adder/u-boot.lds +++ b/board/adder/u-boot.lds @@ -52,7 +52,7 @@ SECTIONS .plt : { *(.plt) } .text : { - cpu/mpc8xx/start.o (.text) + arch/ppc/cpu/mpc8xx/start.o (.text) *(.text) *(.got1) . = ALIGN(16); |
