Move the MPC8568 MDS board under board/freescale.

Minor path corrections needed to ensure buildability.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
master
Kumar Gala 17 years ago
parent a853d56c59
commit acbca876fb
  1. 2
      Makefile
  2. 0
      board/freescale/mpc8568mds/Makefile
  3. 0
      board/freescale/mpc8568mds/bcsr.c
  4. 0
      board/freescale/mpc8568mds/bcsr.h
  5. 0
      board/freescale/mpc8568mds/config.mk
  6. 0
      board/freescale/mpc8568mds/init.S
  7. 0
      board/freescale/mpc8568mds/mpc8568mds.c
  8. 4
      board/freescale/mpc8568mds/u-boot.lds

@ -1971,7 +1971,7 @@ MPC8555CDS_config: unconfig
@$(MKCONFIG) -a MPC8555CDS ppc mpc85xx mpc8555cds cds
MPC8568MDS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale
PM854_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854

@ -37,7 +37,7 @@ SECTIONS
.bootpg 0xFFFFF000:
{
cpu/mpc85xx/start.o (.bootpg)
board/mpc8568mds/init.o (.bootpg)
board/freescale/mpc8568mds/init.o (.bootpg)
} = 0xffff
/* Read-only sections, merged into text segment: */
@ -67,7 +67,7 @@ SECTIONS
.text :
{
cpu/mpc85xx/start.o (.text)
board/mpc8568mds/init.o (.text)
board/freescale/mpc8568mds/init.o (.text)
cpu/mpc85xx/traps.o (.text)
cpu/mpc85xx/interrupts.o (.text)
cpu/mpc85xx/cpu_init.o (.text)
Loading…
Cancel
Save