Merge branch 'bugfix/backport_phy_v4.4' into 'release/v4.4'

fix(phy): backport some phy fix(v4.4)

See merge request espressif/esp-idf!25732
This commit is contained in:
Jiang Jiang Jian 2023-09-06 16:36:05 +08:00
commit 0fc94b1d9f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 78706e3c6ab27bafa3d659674395ddd3b41321b3
Subproject commit 32583f98f229ab9b3c48aa3a10f954fcdddfe4d1

View File

@ -2,4 +2,4 @@
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1200000,
factory, app, factory, 0x10000, 1536K,

1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 1200000, factory, app, factory, 0x10000, 1536K,