forked from Imagelibrary/rtems
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:
@@ -7,6 +7,7 @@ default-by-variant:
|
||||
- value: 0
|
||||
variants:
|
||||
- arm/stm32h7b3i-dk
|
||||
- arm/stm32h757i-eval
|
||||
enabled-by: true
|
||||
format: '{:#010x}'
|
||||
links: []
|
||||
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user