]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Add support for booting from NAND on MPC8572DS
authorKumar Gala <galak@kernel.crashing.org>
Fri, 12 Nov 2010 14:22:01 +0000 (08:22 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:18 +0000 (01:32 -0600)
commitcb14e93b55b64feac556030e87835151cdc77be0
tree2208f75c1a1e539a52d03e72a0cf1fdee08a0d3a
parent16dad759758009be79da9c3ce977191ac5a5162f
powerpc/85xx: Add support for booting from NAND on MPC8572DS

Mimic support that exists on MPC8536DS on the MPC8572DS to allow booting
from NAND.

Signed-off-by: Jin Qing <b24347@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8572ds/config.mk
board/freescale/mpc8572ds/tlb.c
boards.cfg
include/configs/MPC8572DS.h
nand_spl/board/freescale/mpc8572ds/Makefile [new file with mode: 0644]
nand_spl/board/freescale/mpc8572ds/nand_boot.c [new file with mode: 0644]