ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser
2010-04-12 22:28:09 -05:00
committed by Wolfgang Denk
parent 819833af39
commit 8d1f268204
442 changed files with 392 additions and 387 deletions

View File

@@ -52,7 +52,7 @@ SECTIONS
.plt : { *(.plt) }
.text :
{
cpu/mpc5xxx/start.o (.text)
arch/ppc/cpu/mpc5xxx/start.o (.text)
*(.text)
*(.got1)
. = ALIGN(16);