fix efuse err address in block0 (backport v4.3)

This commit is contained in:
Wu Zheng Hui
2021-10-22 13:06:40 +08:00
committed by morris
parent 625bd4f767
commit e5bd4427e3
5 changed files with 16 additions and 16 deletions

View File

@@ -1691,7 +1691,7 @@ extern "C" {
#define EFUSE_DIS_DOWNLOAD_MODE_ERR_V 0x1
#define EFUSE_DIS_DOWNLOAD_MODE_ERR_S 0
#define EFUSE_RD_REPEAT_ERR4_REG (DR_REG_EFUSE_BASE + 0x190)
#define EFUSE_RD_REPEAT_ERR4_REG (DR_REG_EFUSE_BASE + 0x18C)
/* EFUSE_RPT4_RESERVED4_ERR : RO ;bitpos:[23:0] ;default: 24'h0 ; */
/*description: Reserved.*/
#define EFUSE_RPT4_RESERVED4_ERR 0x00FFFFFF

View File

@@ -342,7 +342,6 @@ typedef volatile struct efuse_dev_s {
};
uint32_t val;
} rd_repeat_err3;
uint32_t reserved_18c;
union {
struct {
uint32_t rpt4_reserved4_err:24; /*Reserved.*/
@@ -350,6 +349,7 @@ typedef volatile struct efuse_dev_s {
};
uint32_t val;
} rd_repeat_err4;
uint32_t reserved_190;
uint32_t reserved_194;
uint32_t reserved_198;
uint32_t reserved_19c;