mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-15 08:33:54 +00:00
feat(partition_table): Support recovery bootloader subtype
This commit is contained in:

committed by
BOT

parent
1689c7e14f
commit
52f14f344d
@@ -208,6 +208,9 @@ bool bootloader_utility_load_partition_table(bootloader_state_t *bs)
|
||||
case PART_SUBTYPE_BOOTLOADER_OTA:
|
||||
partition_usage = "ota bootloader";
|
||||
break;
|
||||
case PART_SUBTYPE_BOOTLOADER_RECOVERY:
|
||||
partition_usage = "recovery bootloader";
|
||||
break;
|
||||
}
|
||||
break; /* PART_TYPE_BOOTLOADER */
|
||||
case PART_TYPE_PARTITION_TABLE: /* Partition table partition */
|
||||
|
Reference in New Issue
Block a user