summaryrefslogtreecommitdiffstats
path: root/include/configs/ve8313.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-08-19 01:48:14 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-08-19 13:24:00 -0500
commita2243b84bf5aa1f789a19e12f03849702d418986 (patch)
tree5ebfb3cdf07aaeae0f8d3ce2b2cb1c8d3fb1143a /include/configs/ve8313.h
parent0e159024ea0bc1c7ee2c31e98c5e45b08d42b4e7 (diff)
downloadtalos-obmc-uboot-a2243b84bf5aa1f789a19e12f03849702d418986.tar.gz
talos-obmc-uboot-a2243b84bf5aa1f789a19e12f03849702d418986.zip
powerpc/83xx: Fix build issue with ve8313 board due to lbus changes
We get two build errors: fsl_elbc_nand.c: In function 'fsl_elbc_run_command': fsl_elbc_nand.c:231: error: 'fsl_lbc_t' has no member named 'lsor' make[1]: *** [/work/wd/tmp-ppc/drivers/mtd/nand/fsl_elbc_nand.o] Error 1 and ve8313.c: In function 'initdram': ve8313.c:104: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ve8313.c:104: error: 'lbc' undeclared (first use in this function) ve8313.c:104: error: (Each undeclared identifier is reported only once ve8313.c:104: error: for each function it appears in.) ve8313.c:104: error: 'immap_t' has no member named 'lbus' make[1]: *** [ve8313.o] Error 1 make: *** [board/ve8313/libve8313.a] Error 2 Due to changes to unifiy local bus struct definitions. Reported-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/ve8313.h')
-rw-r--r--include/configs/ve8313.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h
index 1589913a5e..56d24f9014 100644
--- a/include/configs/ve8313.h
+++ b/include/configs/ve8313.h
@@ -39,6 +39,7 @@
#define CONFIG_VE8313 1
#define CONFIG_PCI 1
+#define CONFIG_FSL_ELBC 1
#define CONFIG_BOARD_EARLY_INIT_F 1
OpenPOWER on IntegriCloud