Skip to content
Snippets Groups Projects
Commit 6260fb04 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

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


Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent 8a15c2d1
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -30,7 +30,7 @@ SECTIONS ...@@ -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 = .;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment