From d2664faa39cfd17fa20c84d0ff1623335c21bdac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2023 10:26:38 +0100 Subject: build: Replace variant patterns with a list Replace the variant patterns in the default-by-variant list with an explicit list of matching BSPs. The change was tested by comparing the output of ./waf bspdefaults before and after the change. --- spec/build/bsps/arm/stm32h7/optmemflashsz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/stm32h7/optmemflashsz.yml') diff --git a/spec/build/bsps/arm/stm32h7/optmemflashsz.yml b/spec/build/bsps/arm/stm32h7/optmemflashsz.yml index 3ed50219f7..c8eb11f320 100644 --- a/spec/build/bsps/arm/stm32h7/optmemflashsz.yml +++ b/spec/build/bsps/arm/stm32h7/optmemflashsz.yml @@ -9,8 +9,8 @@ default: 0x00200000 default-by-variant: - value: 0x00100000 variants: - - arm/stm32h757i-eval-m4 - arm/stm32h747i-disco-m4 + - arm/stm32h757i-eval-m4 description: | Size of the internal flash in bytes. enabled-by: true -- cgit v1.2.3