]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/universal_c210/universal.c
power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
[karo-tx-uboot.git] / board / samsung / universal_c210 / universal.c
index c4950ddc2698432c1f995c042302bc0e83b486fc..9849c6d11180994a65318668ecf1539f9bdb9f70 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