microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser 2010-04-12 22:28:16 -05:00 committed by Wolfgang Denk
parent 8a15c2d10b
commit 6260fb0458
9 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,7 @@ SECTIONS
.text ALIGN(0x4): .text ALIGN(0x4):
{ {
__text_start = .; __text_start = .;
cpu/microblaze/start.o (.text) arch/microblaze/cpu/start.o (.text)
*(.text) *(.text)
__text_end = .; __text_end = .;
} }