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
2 changed files with 2 additions and 2 deletions

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,