mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-05 22:31:36 +00:00
microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
8a15c2d10b
commit
6260fb0458
9 changed files with 1 additions and 1 deletions
|
@ -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 = .;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue