Kconfig: Add CONFIG_SATA to enable SATA
[pandora-u-boot.git] / board / kosagi / novena / novena.c
index f6972c2..17c2b13 100644 (file)
@@ -167,7 +167,7 @@ int board_init(void)
        /* address of boot parameters */
        gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
 
-#ifdef CONFIG_CMD_SATA
+#ifdef CONFIG_SATA
        setup_sata();
 #endif