summaryrefslogtreecommitdiff
path: root/board/vscom/baltos/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/vscom/baltos/board.c')
-rw-r--r--board/vscom/baltos/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vscom/baltos/board.c b/board/vscom/baltos/board.c
index 02ea1c0533..c76502c964 100644
--- a/board/vscom/baltos/board.c
+++ b/board/vscom/baltos/board.c
@@ -265,7 +265,7 @@ int board_init(void)
#endif
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
-#if defined(CONFIG_NOR) || defined(CONFIG_NAND)
+#if defined(CONFIG_NOR) || defined(CONFIG_MTD_RAW_NAND)
gpmc_init();
#endif
return 0;