
5 Nov
2009
5 Nov
'09
4:40 a.m.
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 --- * Changes suggested by Peter Tyser to just use common.h
nand_spl/nand_boot_fsl_elbc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/nand_spl/nand_boot_fsl_elbc.c b/nand_spl/nand_boot_fsl_elbc.c index 7f14a6f..ff47d55 100644 --- a/nand_spl/nand_boot_fsl_elbc.c +++ b/nand_spl/nand_boot_fsl_elbc.c @@ -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>
--
1.6.0.6