From: Simon Glass Date: Wed, 22 Feb 2023 16:34:23 +0000 (-0700) Subject: power: wandboard: Add a missing CONFIG X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=d36d5b0c1f6f4ce4d784a1f6aa3afbe2a69cd2c6;p=u-boot.git power: wandboard: Add a missing CONFIG We should enable pmic in SPL since it is used. Signed-off-by: Simon Glass --- diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index e418e4d207..41dace867d 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -70,6 +70,7 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y +CONFIG_SPL_DM_PMIC=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_SCSI=y CONFIG_DM_SERIAL=y