diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
commit | 4ff63383e3497389e66cf70943a83bdb1810462a (patch) | |
tree | 0233d39a429bd73a6c64e1c1929d10e2c22b8b11 /configs/apalis-imx8qm_defconfig | |
parent | 7635defaf2c65755a19e6faa08d604421ad2a06f (diff) | |
parent | 824e6fe0ae0280cabd9df763fbc3bbaca2682b32 (diff) |
Merge tag 'u-boot-imx-20200623' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.07
-----------------
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/701059103
- Fixes for atheros and cubox
- Toradex: mostly environment
- i.MX7: DDR fixes
- switch to DM
- sabrelite : fix MMC access
Diffstat (limited to 'configs/apalis-imx8qm_defconfig')
-rw-r--r-- | configs/apalis-imx8qm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/apalis-imx8qm_defconfig b/configs/apalis-imx8qm_defconfig index 4c27c33459..289d644edb 100644 --- a/configs/apalis-imx8qm_defconfig +++ b/configs/apalis-imx8qm_defconfig @@ -9,6 +9,7 @@ CONFIG_TARGET_APALIS_IMX8=y CONFIG_NR_DRAM_BANKS=3 CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y +CONFIG_OF_SYSTEM_SETUP=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/apalis-imx8/apalis-imx8qm-imximage.cfg" CONFIG_LOG=y CONFIG_VERSION_VARIABLE=y @@ -61,4 +62,5 @@ CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y CONFIG_DM_THERMAL=y +CONFIG_IMX_SCU_THERMAL=y # CONFIG_EFI_LOADER is not set |