diff options
| author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:45 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
| commit | b70b2bed1a849106d719ac4bdb6d765203f15c1f (patch) | |
| tree | 50e4b303b98ead83f3bd47679027a0bb3ea77beb /configs/imx8mq_phanbell_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_phanbell_defconfig')
| -rw-r--r-- | configs/imx8mq_phanbell_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig index 4b7fafe788d..72ff17f93e4 100644 --- a/configs/imx8mq_phanbell_defconfig +++ b/configs/imx8mq_phanbell_defconfig @@ -19,6 +19,7 @@ CONFIG_SPL_MMC=y CONFIG_SPL_SERIAL=y CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL=y +CONFIG_IMX_BOOTAUX=y CONFIG_SYS_LOAD_ADDR=0x40480000 CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 |
