On Tue, 21 Feb 2023 at 18:39, Troy Kisky <[email protected]> wrote: > > pfuze_mode_init calls pmic_reg_read which is only available from > > obj-$(CONFIG_$(SPL_TPL_)DM_PMIC) += pmic-uclass.o > > Prepare for conversion of defined(CONFIG_DM_PMIC) to > CONFIG_IS_ENABLED(DM_PMIC). > > Signed-off-by: Troy Kisky <[email protected]> > --- > > board/freescale/common/pfuze.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

