diff options
author | Tom Rini | 2021-11-07 22:59:45 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-12 14:18:17 -0500 |
commit | b70b2bed1a849106d719ac4bdb6d765203f15c1f (patch) | |
tree | 50e4b303b98ead83f3bd47679027a0bb3ea77beb /configs/imx8mq_cm_defconfig | |
parent | 99e6feb23c93aeae80a2387623df33e9e5575a87 (diff) |
Convert CONFIG_IMX_BOOTAUX et al to Kconfig
This converts the following to Kconfig:
CONFIG_IMX_BOOTAUX
CONFIG_IMX_THERMAL
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/imx8mq_cm_defconfig')
-rw-r--r-- | configs/imx8mq_cm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_cm_defconfig b/configs/imx8mq_cm_defconfig index cf01e8dcd05..907b1d2f158 100644 --- a/configs/imx8mq_cm_defconfig +++ b/configs/imx8mq_cm_defconfig @@ -17,6 +17,7 @@ CONFIG_TARGET_IMX8MQ_CM=y CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y CONFIG_SPL=y +CONFIG_IMX_BOOTAUX=y CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_LOAD_ADDR=0x40480000 CONFIG_FIT=y |