boards: hardkernel: odroid_go: fix SiP variant

Odroid Go uses a custom ESP WROVER-E N16R4, i.e., 16 MB of flash and
4 MB of PSRAM [1].

[1] https://wiki.odroid.com/odroid_go/odroid_go#specifications

Signed-off-by: Gero Schwäricke <gero.schwaericke@posteo.de>
This commit is contained in:
Gero Schwäricke 2024-07-27 21:41:19 +02:00 committed by Anas Nashif
commit 67f8118a72

View file

@ -4,6 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_ODROID_GO
select SOC_ESP32_WROVER_E_N16R2
select SOC_ESP32_WROVER_E_N16R4
select SOC_ESP32_PROCPU if BOARD_ODROID_GO_ESP32_PROCPU
select SOC_ESP32_APPCPU if BOARD_ODROID_GO_ESP32_APPCPU