[rtems commit] spec: Fix XPS_SYS_CTRL_BASEADDR default value

Joel Sherrill joel at rtems.org
Fri Jan 27 23:17:30 UTC 2023


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

Author:    Alex White <alex.white at oarcorp.com>
Date:      Fri Jan 27 15:51:08 2023 -0600

spec: Fix XPS_SYS_CTRL_BASEADDR default value

The default value for XPS_SYS_CTRL_BASEADDR was given as an int rather
than an iterable.

---

 spec/build/bsps/optxpssysctrlbaseaddress.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spec/build/bsps/optxpssysctrlbaseaddress.yml b/spec/build/bsps/optxpssysctrlbaseaddress.yml
index 644cbccc58..2e4b3547e1 100644
--- a/spec/build/bsps/optxpssysctrlbaseaddress.yml
+++ b/spec/build/bsps/optxpssysctrlbaseaddress.yml
@@ -7,8 +7,9 @@ actions:
 build-type: option
 copyrights:
 - Copyright (C) 2022 On-Line Applications Research Corporation (OAR)
-default: 0xFF180000
-default-by-variant: []
+default:
+- enabled-by: true
+  value: 0xFF180000
 description: |
   base address of XPS
 enabled-by: true



More information about the vc mailing list