mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01: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