partition_table: update layouts, remove unused subtypes, sync with header file

This commit is contained in:
Ivan Grokhotkov
2016-11-15 18:35:10 +08:00
parent 6e97936bac
commit a0feea8daa
3 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x9000, 0x6000
phy_init, data, phy, 0xf000, 0x1000
factory, app, factory, 0x10000, 1M
rfdata, data, rf, , 256K
wifidata, data, wifi, , 256K
1 # Name Type SubType Offset Size
2 nvs data nvs 0x9000 0x6000
3 phy_init data phy 0xf000 0x1000
4 factory app factory 0x10000 1M
rfdata data rf 256K
wifidata data wifi 256K