power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
[platform/kernel/u-boot.git] / board / samsung / universal_c210 / universal.c
index c4950dd..9849c6d 100644 (file)
@@ -58,7 +58,7 @@ int board_init(void)
        gd->bd->bi_arch_number = MACH_TYPE_UNIVERSAL_C210;
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
 
-#if defined(CONFIG_PMIC)
+#if defined(CONFIG_POWER)
        pmic_init(I2C_5);
 #endif