Skip to content

Commit c0c07fb

Browse files
author
Daniel Campora
committed
cc3200: Don't clear the WDT special bit in the bootloader.
1 parent aa8e8ac commit c0c07fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/bootmgr/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ static void bootmgr_board_init(void) {
158158
PRCMCC3200MCUInit();
159159

160160
// clear all the special bits, since we can't trust their content after reset
161+
// except for the WDT reset one!!
161162
PRCMClearSpecialBit(PRCM_SAFE_BOOT_BIT);
162-
PRCMClearSpecialBit(PRCM_WDT_RESET_BIT);
163163
PRCMClearSpecialBit(PRCM_FIRST_BOOT_BIT);
164164

165165
// check the reset after clearing the special bits

0 commit comments

Comments
 (0)