summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-04-05 14:16:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-04-06 08:18:23 +0200
commit282fba3c88d155b4ac2b78f12b79bb8310bd0665 (patch)
treec14928005415cbd2c03faeb5188dad79e4fb6620 /spec/build/bsps/arm/stm32h7/optlinkcmds.yml
parentlibmisc/untar: Use a larger block size to read and write files (diff)
downloadrtems-282fba3c88d155b4ac2b78f12b79bb8310bd0665.tar.bz2
bsps/stm32h7: link to flash on STM32H7B3I-DK
The patch is needed due to smaller SRAM and completely disabled SDRAM on the BSP variant.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/stm32h7/optlinkcmds.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
index d0bb033cef..18a1983f63 100644
--- a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
+++ b/spec/build/bsps/arm/stm32h7/optlinkcmds.yml
@@ -3,7 +3,10 @@ actions:
- env-assign: null
build-type: option
default: linkcmds.sdram
-default-by-variant: []
+default-by-variant:
+- value: linkcmds.flash
+ variants:
+ - arm/stm32h7b3i-dk
enabled-by: true
format: '{}'
links: []