summaryrefslogtreecommitdiff
path: root/configs/imx8mp_evk_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-04 09:29:42 -0400
committerTom Rini <trini@konsulko.com>2020-05-04 09:29:42 -0400
commit143414c03fa72468fa8ce0d1ded21a4a616400f9 (patch)
tree823d7657534ae619e6e937e2f7d303e64885fbab /configs/imx8mp_evk_defconfig
parent8510580f2e85a8687b40fe5fc3d8c060e5278505 (diff)
parentea0f768e2c835d2b77bdc1db7d4ab1416e45e432 (diff)
Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
i.MX for 2020.07 ---------------- - imxrt: fix LCD clock, fix doc - new board: Coral Dev - imx8: enable Cache in SPL. SNVS, update SCFW API - imx8MM: fix reset, 8MQ quand and QuadLite, CPU speed grading - MX6ULL : is_imx6ull to include i.MX6ULZ - Net: add config to enable TXC delay Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/682033914
Diffstat (limited to 'configs/imx8mp_evk_defconfig')
-rw-r--r--configs/imx8mp_evk_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index ce6b342c36..44b2935f69 100644
--- a/configs/imx8mp_evk_defconfig
+++ b/configs/imx8mp_evk_defconfig
@@ -1,6 +1,4 @@
CONFIG_ARM=y
-CONFIG_SPL_SYS_ICACHE_OFF=y
-CONFIG_SPL_SYS_DCACHE_OFF=y
CONFIG_ARCH_IMX8M=y
CONFIG_SYS_TEXT_BASE=0x40200000
CONFIG_SPL_GPIO_SUPPORT=y
@@ -81,4 +79,8 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_MXC_UART=y
CONFIG_SYSRESET=y
+CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_PSCI=y
+CONFIG_SYSRESET_WATCHDOG=y
+# CONFIG_WATCHDOG is not set
+CONFIG_IMX_WATCHDOG=y