Move the MPC8568 MDS board under board/freescale.
Minor path corrections needed to ensure buildability. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
a853d56c59
commit
acbca876fb
2
Makefile
2
Makefile
|
@ -1971,7 +1971,7 @@ MPC8555CDS_config: unconfig
|
||||||
@$(MKCONFIG) -a MPC8555CDS ppc mpc85xx mpc8555cds cds
|
@$(MKCONFIG) -a MPC8555CDS ppc mpc85xx mpc8555cds cds
|
||||||
|
|
||||||
MPC8568MDS_config: unconfig
|
MPC8568MDS_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale
|
||||||
|
|
||||||
PM854_config: unconfig
|
PM854_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854
|
||||||
|
|
|
@ -37,7 +37,7 @@ SECTIONS
|
||||||
.bootpg 0xFFFFF000:
|
.bootpg 0xFFFFF000:
|
||||||
{
|
{
|
||||||
cpu/mpc85xx/start.o (.bootpg)
|
cpu/mpc85xx/start.o (.bootpg)
|
||||||
board/mpc8568mds/init.o (.bootpg)
|
board/freescale/mpc8568mds/init.o (.bootpg)
|
||||||
} = 0xffff
|
} = 0xffff
|
||||||
|
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
|
@ -67,7 +67,7 @@ SECTIONS
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
cpu/mpc85xx/start.o (.text)
|
cpu/mpc85xx/start.o (.text)
|
||||||
board/mpc8568mds/init.o (.text)
|
board/freescale/mpc8568mds/init.o (.text)
|
||||||
cpu/mpc85xx/traps.o (.text)
|
cpu/mpc85xx/traps.o (.text)
|
||||||
cpu/mpc85xx/interrupts.o (.text)
|
cpu/mpc85xx/interrupts.o (.text)
|
||||||
cpu/mpc85xx/cpu_init.o (.text)
|
cpu/mpc85xx/cpu_init.o (.text)
|
Loading…
Reference in New Issue