Skip to content

Commit

Permalink
boards: esp32: don't enable spiram for mcuboot
Browse files Browse the repository at this point in the history
don't enable ESP_SPIRAM for mcuboot.

Signed-off-by: Fin Maaß <[email protected]>
  • Loading branch information
maass-hamburg authored and nashif committed Jun 6, 2024
1 parent e2afcaf commit 3ba44c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/espressif/esp32_ethernet_kit/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU

config ESP_SPIRAM
default y
default y if !MCUBOOT

choice SPIRAM_TYPE
default SPIRAM_TYPE_ESPPSRAM64
Expand Down
2 changes: 1 addition & 1 deletion boards/hardkernel/odroid_go/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config SPI
default y if DISK_DRIVER_SDMMC

config ESP_SPIRAM
default y
default y if !MCUBOOT

choice SPIRAM_TYPE
default SPIRAM_TYPE_ESPPSRAM64
Expand Down

0 comments on commit 3ba44c9

Please sign in to comment.