drivers: hwinfo: add bootloader reset
SoC with support to enter and exit into bootstrap loader or bootloader mode for programming and verifying the flash memory will have reset cause as bootloader. Add entry to accommodate entry and exit from bootloader mode. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
This commit is contained in:
parent
08cc78cc9f
commit
444f42b6a8
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ extern "C" {
|
|||
#define RESET_USER BIT(13)
|
||||
/** Temperature reset */
|
||||
#define RESET_TEMPERATURE BIT(14)
|
||||
/** Bootloader reset (entry / exit) */
|
||||
#define RESET_BOOTLOADER BIT(15)
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue