mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
configs: imx6qdl_icore_mmc: Enable watchdog and bootcounter
Enable watchdog and bootcounter support on imx6qdl board Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
This commit is contained in:
parent
74bf932679
commit
4eb9aa3935
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ CONFIG_DEBUG_UART_BASE=0x021f0000
|
||||||
CONFIG_DEBUG_UART_CLOCK=24000000
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
||||||
CONFIG_SPL_LIBDISK_SUPPORT=y
|
CONFIG_SPL_LIBDISK_SUPPORT=y
|
||||||
# CONFIG_CMD_BMODE is not set
|
# 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_DEBUG_UART=y
|
||||||
CONFIG_NR_DRAM_BANKS=1
|
CONFIG_NR_DRAM_BANKS=1
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
|
|
Loading…
Add table
Reference in a new issue