cc3200: Don't clear the WDT special bit in the bootloader.
This commit is contained in:
parent
aa8e8acb7d
commit
c0c07fb1b6
@ -158,8 +158,8 @@ static void bootmgr_board_init(void) {
|
|||||||
PRCMCC3200MCUInit();
|
PRCMCC3200MCUInit();
|
||||||
|
|
||||||
// clear all the special bits, since we can't trust their content after reset
|
// clear all the special bits, since we can't trust their content after reset
|
||||||
|
// except for the WDT reset one!!
|
||||||
PRCMClearSpecialBit(PRCM_SAFE_BOOT_BIT);
|
PRCMClearSpecialBit(PRCM_SAFE_BOOT_BIT);
|
||||||
PRCMClearSpecialBit(PRCM_WDT_RESET_BIT);
|
|
||||||
PRCMClearSpecialBit(PRCM_FIRST_BOOT_BIT);
|
PRCMClearSpecialBit(PRCM_FIRST_BOOT_BIT);
|
||||||
|
|
||||||
// check the reset after clearing the special bits
|
// check the reset after clearing the special bits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user