bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSP

This means:

SDRAM 1: 0
SDRAM 2: 32 MB

Sponsored-By:	Precidata
This commit is contained in:
Karel Gardas
2022-05-16 13:59:20 +02:00
parent 99f00b12dd
commit 186c891182
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ default-by-variant:
- value: 0
variants:
- arm/stm32h7b3i-dk
- arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []

View File

@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: 0
default-by-variant: []
default-by-variant:
- value: 33554432
variants:
- arm/stm32h757i-eval
enabled-by: true
format: '{:#010x}'
links: []