diff options
| author | Peng Fan <[email protected]> | 2026-04-21 21:41:25 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-21 20:49:40 -0300 |
| commit | 146079d8d1dcbeee01fad1977755edc074dd36ef (patch) | |
| tree | f079222459b346afe3b47eb9734ae3055f0cc97f | |
| parent | c2f0d5ddb262ca9262391e90c38278cf605019b0 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/pico-imx8mq_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
