]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/goni/goni.c
power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
[karo-tx-uboot.git] / board / samsung / goni / goni.c
index 71ed618c6fd5d51d2855b93d7a260f256ad84fc5..50e92104e15dee063159118bbbe6165fd43b812f 100644 (file)
@@ -41,7 +41,7 @@ int board_init(void)
        gd->bd->bi_arch_number = MACH_TYPE_GONI;
        gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
 
-#if defined(CONFIG_PMIC)
+#if defined(CONFIG_POWER)
        pmic_init(I2C_5);
 #endif