mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
Move the MPC8540 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
870ceac5b3
commit
c2d943ffbf
6 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1911,7 +1911,7 @@ TQM834x_config: unconfig
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
MPC8540ADS_config: unconfig
|
MPC8540ADS_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale
|
||||||
|
|
||||||
MPC8540EVAL_config \
|
MPC8540EVAL_config \
|
||||||
MPC8540EVAL_33_config \
|
MPC8540EVAL_33_config \
|
||||||
|
|
|
@ -35,7 +35,7 @@ SECTIONS
|
||||||
.bootpg 0xFFFFF000 :
|
.bootpg 0xFFFFF000 :
|
||||||
{
|
{
|
||||||
cpu/mpc85xx/start.o (.bootpg)
|
cpu/mpc85xx/start.o (.bootpg)
|
||||||
board/mpc8540ads/init.o (.bootpg)
|
board/freescale/mpc8540ads/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/mpc8540ads/init.o (.text)
|
board/freescale/mpc8540ads/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…
Add table
Reference in a new issue