From: Shyam Saini Date: Wed, 6 Feb 2019 07:53:36 +0000 (+0530) Subject: configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter X-Git-Tag: v2019.04-rc4~6^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4eb9aa39350e;p=oweals%2Fu-boot.git configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter Enable watchdog and bootcounter support on imx6qdl board Signed-off-by: Shyam Saini --- diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig index f22e5ea819..68ad1c6d20 100644 --- a/configs/imx6qdl_icore_mmc_defconfig +++ b/configs/imx6qdl_icore_mmc_defconfig @@ -12,6 +12,13 @@ CONFIG_DEBUG_UART_BASE=0x021f0000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_SPL_LIBDISK_SUPPORT=y # CONFIG_CMD_BMODE is not set +CONFIG_CMD_BOOTCOUNT=y +CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_BOOTCOUNT_BOOTLIMIT=3 +CONFIG_SYS_BOOTCOUNT_SINGLEWORD=y +CONFIG_SYS_BOOTCOUNT_ADDR=0x00900000 +CONFIG_SYS_BOOTCOUNT_MAGIC=0x0B01C041 +CONFIG_IMX_WATCHDOG=y CONFIG_DEBUG_UART=y CONFIG_NR_DRAM_BANKS=1 CONFIG_FIT=y