summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/riscv/optrambegin.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 10:26:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:31:48 +0100
commitd2664faa39cfd17fa20c84d0ff1623335c21bdac (patch)
treec6503cc795816f0c4f03ed74fd764878e017979b /spec/build/bsps/riscv/optrambegin.yml
parentbuild: Format build items (diff)
downloadrtems-d2664faa39cfd17fa20c84d0ff1623335c21bdac.tar.bz2
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.
Diffstat (limited to 'spec/build/bsps/riscv/optrambegin.yml')
-rw-r--r--spec/build/bsps/riscv/optrambegin.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/build/bsps/riscv/optrambegin.yml b/spec/build/bsps/riscv/optrambegin.yml
index 4b1672ce57..632a9dc8cd 100644
--- a/spec/build/bsps/riscv/optrambegin.yml
+++ b/spec/build/bsps/riscv/optrambegin.yml
@@ -12,13 +12,17 @@ default: 0x80000000
default-by-variant:
- value: 0x00000000
variants:
- - riscv/noel.*
+ - riscv/noel32im
+ - riscv/noel32imafd
+ - riscv/noel64imac
+ - riscv/noel64imafd
+ - riscv/noel64imafdc
- value: 0x40000000
variants:
- riscv/griscv
- value: 0x1000000000
variants:
- - riscv/mpfs64.*
+ - riscv/mpfs64imafdc
description: ''
enabled-by: true
format: '{:#010x}'