diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2009-11-04 18:02:10 -0600 | 
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-04 21:39:07 -0600 | 
| commit | 6d6e7c53d5c75e5e24841c5506f4ed9d82adee09 (patch) | |
| tree | f6aeb8713545c25e54cd50e6a55ff355b160e418 /nand_spl/nand_boot_fsl_elbc.c | |
| parent | 107b579c75256212d4bf8b99ee8d68e0078f3646 (diff) | |
| download | olio-uboot-2014.01-6d6e7c53d5c75e5e24841c5506f4ed9d82adee09.tar.xz olio-uboot-2014.01-6d6e7c53d5c75e5e24841c5506f4ed9d82adee09.zip | |
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>
Diffstat (limited to 'nand_spl/nand_boot_fsl_elbc.c')
| -rw-r--r-- | 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 7f14a6fe4..ff47d5531 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> |