arm: Add explicit include of <asm/mach-types.h>
[oweals/u-boot.git] / board / LaCie / net2big_v2 / net2big_v2.c
index 12a516e30ab6106d55c0f9c7a57cbb68c123f947..2e6e9ef916676e4370f68d98bcf05ce0a4063385 100644 (file)
@@ -12,6 +12,7 @@
 #include <common.h>
 #include <command.h>
 #include <i2c.h>
+#include <asm/mach-types.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
@@ -77,7 +78,7 @@ int board_init(void)
        gd->bd->bi_arch_number = MACH_TYPE_NET2BIG_V2;
 
        /* Boot parameters address */
-       gd->bd->bi_boot_params = kw_sdram_bar(0) + 0x100;
+       gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100;
 
        return 0;
 }