
From: Simon Guinot sguinot@lacie.com
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.
Signed-off-by: Simon Guinot sguinot@lacie.com --- include/configs/mv-common.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index a8937dd..e8f2da0 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 Definations */ +#include <asm/arch/config.h> + /* * DRAM Banks configuration, Custom config can be done in <board>.h */ @@ -124,9 +127,6 @@ #endif #endif /* CONFIG_NR_DRAM_BANKS */
-/* ====> Include platform Common Definations */ -#include <asm/arch/config.h> - /* ====> Include driver Common Definations */ /* * Common NAND configuration