summaryrefslogtreecommitdiffstats
path: root/include/configs/mv-common.h
diff options
context:
space:
mode:
authorSimon Guinot <sguinot@lacie.com>2011-05-03 21:17:34 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-05-11 23:03:16 +0200
commit2f795ac74eceea36199f07b385d2c85f61396a04 (patch)
treef1dd70a7e8c6f7f6bb35763292a90ff04aa7be09 /include/configs/mv-common.h
parent29d53d19f3d0ed6505f52b459e3a092b93f641b5 (diff)
downloadblackbird-obmc-uboot-2f795ac74eceea36199f07b385d2c85f61396a04.tar.gz
blackbird-obmc-uboot-2f795ac74eceea36199f07b385d2c85f61396a04.zip
mv-common.h: fix DRAM banks configuration
The asm/arch/config.h header define CONFIG_NR_DRAM_BANKS_MAX, which is needed to configure DRAM banks. This patch move the asm/arch/config.h header inclusion above the DRAM banks configuration. Additionally this patch fix a typo. Signed-off-by: Simon Guinot <sguinot@lacie.com>
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r--include/configs/mv-common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index a8937dde2d..0a39257955 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -113,6 +113,9 @@
#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
+/* ====> Include platform Common Definitions */
+#include <asm/arch/config.h>
+
/*
* DRAM Banks configuration, Custom config can be done in <board>.h
*/
@@ -124,10 +127,7 @@
#endif
#endif /* CONFIG_NR_DRAM_BANKS */
-/* ====> Include platform Common Definations */
-#include <asm/arch/config.h>
-
-/* ====> Include driver Common Definations */
+/* ====> Include driver Common Definitions */
/*
* Common NAND configuration
*/
OpenPOWER on IntegriCloud