]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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

index 7f14a6fe458c5dd93b4d88addac669817be63a24..ff47d55311e21cc57b42d8808c972a11f3668a97 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <common.h>
 #include <asm/io.h>
-#include <asm/immap_83xx.h>
 #include <asm/fsl_lbc.h>
 #include <linux/mtd/nand.h>