projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107b579
)
ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 5 Nov 2009 00:02:10 +0000
(18:02 -0600)
committer
Kumar 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
patch
|
blob
|
history
diff --git
a/nand_spl/nand_boot_fsl_elbc.c
b/nand_spl/nand_boot_fsl_elbc.c
index 7f14a6fe458c5dd93b4d88addac669817be63a24..ff47d55311e21cc57b42d8808c972a11f3668a97 100644
(file)
--- 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>