mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 20:52:22 -04:00
Move the MPC8560 ADS 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
acbca876fb
commit
870ceac5b3
2
Makefile
2
Makefile
@ -1935,7 +1935,7 @@ MPC8540EVAL_66_slave_config: unconfig
|
|||||||
@$(MKCONFIG) -a MPC8540EVAL ppc mpc85xx mpc8540eval
|
@$(MKCONFIG) -a MPC8540EVAL ppc mpc85xx mpc8540eval
|
||||||
|
|
||||||
MPC8560ADS_config: unconfig
|
MPC8560ADS_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads freescale
|
||||||
|
|
||||||
MPC8541CDS_legacy_config \
|
MPC8541CDS_legacy_config \
|
||||||
MPC8541CDS_config: unconfig
|
MPC8541CDS_config: unconfig
|
||||||
|
@ -35,7 +35,7 @@ SECTIONS
|
|||||||
.bootpg 0xFFFFF000 :
|
.bootpg 0xFFFFF000 :
|
||||||
{
|
{
|
||||||
cpu/mpc85xx/start.o (.bootpg)
|
cpu/mpc85xx/start.o (.bootpg)
|
||||||
board/mpc8560ads/init.o (.bootpg)
|
board/freescale/mpc8560ads/init.o (.bootpg)
|
||||||
} = 0xffff
|
} = 0xffff
|
||||||
|
|
||||||
/* Read-only sections, merged into text segment: */
|
/* Read-only sections, merged into text segment: */
|
||||||
@ -65,7 +65,7 @@ SECTIONS
|
|||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
cpu/mpc85xx/start.o (.text)
|
cpu/mpc85xx/start.o (.text)
|
||||||
board/mpc8560ads/init.o (.text)
|
board/freescale/mpc8560ads/init.o (.text)
|
||||||
cpu/mpc85xx/commproc.o (.text)
|
cpu/mpc85xx/commproc.o (.text)
|
||||||
cpu/mpc85xx/traps.o (.text)
|
cpu/mpc85xx/traps.o (.text)
|
||||||
cpu/mpc85xx/interrupts.o (.text)
|
cpu/mpc85xx/interrupts.o (.text)
|
Loading…
x
Reference in New Issue
Block a user