[beken-72xx] Update TLV and calibration flash layout
This commit is contained in:
@@ -29,15 +29,15 @@ static const bk_logic_partition_t bk7231_partitions[BK_PARTITION_MAX] = {
|
||||
{
|
||||
.partition_owner = BK_FLASH_EMBEDDED,
|
||||
.partition_description = "RF Firmware",
|
||||
.partition_start_addr = FLASH_TLV_OFFSET,
|
||||
.partition_length = FLASH_TLV_LENGTH,
|
||||
.partition_start_addr = FLASH_CALIBRATION_OFFSET,
|
||||
.partition_length = FLASH_CALIBRATION_LENGTH,
|
||||
.partition_options = PAR_OPT_READ_EN | PAR_OPT_WRITE_DIS,
|
||||
},
|
||||
{
|
||||
.partition_owner = BK_FLASH_EMBEDDED,
|
||||
.partition_description = "NET info",
|
||||
.partition_start_addr = FLASH_NET_OFFSET,
|
||||
.partition_length = FLASH_NET_LENGTH,
|
||||
.partition_start_addr = FLASH_TLV_OFFSET,
|
||||
.partition_length = FLASH_TLV_LENGTH,
|
||||
.partition_options = PAR_OPT_READ_EN | PAR_OPT_WRITE_DIS,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user