mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
xtensa/esp32s2: Rename MTD-related configs to become more intuitive
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
18f785c7b7
commit
de0e4d4aac
1 changed files with 5 additions and 5 deletions
|
|
@ -650,17 +650,17 @@ config ESP32S2_OTA_SCRATCH_DEVPATH
|
|||
|
||||
endif
|
||||
|
||||
comment "General MTD configuration"
|
||||
comment "General storage MTD configuration"
|
||||
|
||||
config ESP32S2_MTD_OFFSET
|
||||
hex "MTD base address in SPI Flash"
|
||||
config ESP32S2_STORAGE_MTD_OFFSET
|
||||
hex "Storage MTD base address in SPI Flash"
|
||||
default 0x180000 if !ESP32S2_HAVE_OTA_PARTITION
|
||||
default 0x250000 if ESP32S2_HAVE_OTA_PARTITION
|
||||
---help---
|
||||
MTD base address in SPI Flash.
|
||||
|
||||
config ESP32S2_MTD_SIZE
|
||||
hex "MTD size in SPI Flash"
|
||||
config ESP32S2_STORAGE_MTD_SIZE
|
||||
hex "Storage MTD size in SPI Flash"
|
||||
default 0x100000
|
||||
---help---
|
||||
MTD size in SPI Flash.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue