From: Peng Fan Date: Tue, 21 Apr 2026 13:41:25 +0000 (+0800) Subject: imx8mq: pico: Drop SPL_POWER_LEGACY X-Git-Tag: v2026.07-rc1~29^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146079d8d1dcbeee01fad1977755edc074dd36ef;p=thirdparty%2Fu-boot.git imx8mq: pico: Drop SPL_POWER_LEGACY This board does not have any code to call legacy power API, so drop the selection of CONFIG_SPL_POWER_LEGACY. Signed-off-by: Peng Fan --- diff --git a/configs/pico-imx8mq_defconfig b/configs/pico-imx8mq_defconfig index b97bd682c1b..2567c5b4715 100644 --- a/configs/pico-imx8mq_defconfig +++ b/configs/pico-imx8mq_defconfig @@ -85,7 +85,6 @@ CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX8M=y -CONFIG_SPL_POWER_LEGACY=y CONFIG_POWER_DOMAIN=y CONFIG_IMX8M_POWER_DOMAIN=y CONFIG_DM_REGULATOR=y