From: Kumar Gala Date: Thu, 5 Nov 2009 00:02:10 +0000 (-0600) Subject: ppc/85xx: Fix inclusion of 83xx immap in 85xx builds X-Git-Tag: v2009.11-rc2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d6e7c53d5c75e5e24841c5506f4ed9d82adee09;hp=107b579c75256212d4bf8b99ee8d68e0078f3646;p=platform%2Fkernel%2Fu-boot.git 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 --- 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 #include -#include #include #include