From 282fba3c88d155b4ac2b78f12b79bb8310bd0665 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Tue, 5 Apr 2022 14:16:07 +0200 Subject: bsps/stm32h7: link to flash on STM32H7B3I-DK The patch is needed due to smaller SRAM and completely disabled SDRAM on the BSP variant. --- spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/stm32h7/optlinkcmds.yml') 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: [] -- cgit v1.2.3