]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl/85xx: new SPL support
authorScott Wood <scottwood@freescale.com>
Fri, 21 Sep 2012 00:02:18 +0000 (19:02 -0500)
committerScott Wood <scottwood@freescale.com>
Mon, 26 Nov 2012 21:41:25 +0000 (15:41 -0600)
commitc97cd1ba480482e220c5dcef0cd751d21a1bf74e
tree72fc693655e3e8e6b9532a347202103db2d5ff8a
parent4b919725b66152edd8c7cecc9e42864eec12c57d
spl/85xx: new SPL support

Update CONFIG_RAMBOOT and CONFIG_NAND_SPL references to accept CONFIG_SPL
and CONFIG_SPL_BUILD, respectively.  CONFIG_NAND_SPL can be removed once
the last mpc85xx nand_spl target is gone.

CONFIG_RAMBOOT will need to remain for other use cases, but it doesn't
seem right to overload it for meaning SPL as well as nand_spl does.  Even
if it's somewhat appropriate for the main u-boot, the SPL itself isn't
(necessarily) ramboot, and we don't have separate configs for SPL and
main u-boot.  It was also inconsistent, as other platforms such as
mpc83xx didn't use CONFIG_RAMBOOT in this way.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/spl_minimal.c
arch/powerpc/cpu/mpc85xx/tlb.c
arch/powerpc/cpu/mpc85xx/u-boot-spl.lds [new file with mode: 0644]
arch/powerpc/cpu/mpc8xxx/law.c
doc/README.mpc85xx