[rtems commit] build: Add missing default-by-family

Sebastian Huber sebh at rtems.org
Thu Jul 15 06:07:46 UTC 2021


Module:    rtems
Branch:    master
Commit:    61071489ff37df682be89a56f29d2941fcc7cc28
Changeset: http://git.rtems.org/rtems/commit/?id=61071489ff37df682be89a56f29d2941fcc7cc28

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jul 15 08:04:32 2021 +0200

build: Add missing default-by-family

Update #4468.

---

 spec/build/bsps/arm/imxrt/optmemextramsz.yml | 1 +
 spec/build/bsps/arm/imxrt/optmemflashsz.yml  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/spec/build/bsps/arm/imxrt/optmemextramsz.yml b/spec/build/bsps/arm/imxrt/optmemextramsz.yml
index 6999add5..4279e3e 100644
--- a/spec/build/bsps/arm/imxrt/optmemextramsz.yml
+++ b/spec/build/bsps/arm/imxrt/optmemextramsz.yml
@@ -3,6 +3,7 @@ actions:
 - env-assign: null
 build-type: option
 default: 0x2000000
+default-by-family: []
 default-by-variant: []
 enabled-by: true
 format: '{:#010x}'
diff --git a/spec/build/bsps/arm/imxrt/optmemflashsz.yml b/spec/build/bsps/arm/imxrt/optmemflashsz.yml
index c474dd2..d167b01 100644
--- a/spec/build/bsps/arm/imxrt/optmemflashsz.yml
+++ b/spec/build/bsps/arm/imxrt/optmemflashsz.yml
@@ -4,6 +4,7 @@ actions:
 - define-unquoted: IMXRT_MEMORY_FLASH_SIZE
 build-type: option
 default: 0x4000000
+default-by-family: []
 default-by-variant: []
 enabled-by: true
 format: '{:#010x}'



More information about the vc mailing list