]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
authorKumar Gala <galak@kernel.crashing.org>
Thu, 5 Nov 2009 00:02:10 +0000 (18:02 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 5 Nov 2009 03:39:07 +0000 (21:39 -0600)
commit6d6e7c53d5c75e5e24841c5506f4ed9d82adee09
treef6aeb8713545c25e54cd50e6a55ff355b160e418
parent107b579c75256212d4bf8b99ee8d68e0078f3646
ppc/85xx: Fix inclusion of 83xx immap in 85xx builds

The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should
not be including the immap_83xx.h when building 85xx.  We can just get
this all from common.h

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
nand_spl/nand_boot_fsl_elbc.c