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:
parent
776ecbca0f
commit
67f8118a72
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config BOARD_ODROID_GO
|
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_PROCPU if BOARD_ODROID_GO_ESP32_PROCPU
|
||||||
select SOC_ESP32_APPCPU if BOARD_ODROID_GO_ESP32_APPCPU
|
select SOC_ESP32_APPCPU if BOARD_ODROID_GO_ESP32_APPCPU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue