soc: arm: nxp: kinetis: disable watchdog init if bootloader is enabled
Disable the early watchdog initialization for the NXP Kinetis series if the application is to be chain-loaded by mcuboot. The early watchdog initialization must only take place once and needs to happen within a SoC specific number of CPU clock cycles after reset. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
282d85c3f4
commit
be3cb485eb
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ endif # KINETIS_FLASH_CONFIG
|
|||
|
||||
config WDOG_INIT
|
||||
bool
|
||||
default y
|
||||
default !BOOTLOADER_MCUBOOT
|
||||
help
|
||||
This processor enables the watchdog timer with a short
|
||||
window for configuration upon reset. Therefore, this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue