summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optconminor.yml
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-12-02 10:24:21 -0600
committerJoel Sherrill <joel@rtems.org>2020-12-04 07:57:15 -0600
commit74c1c4021b49f1b7a0432c01486c975eca24e7e9 (patch)
treec8602ab2fe2265f8f1f6f309d763f086ae318864 /spec/build/bsps/optconminor.yml
parentAdd AArch64 ZynpMP BSP (diff)
downloadrtems-74c1c4021b49f1b7a0432c01486c975eca24e7e9.tar.bz2
spec/optconminor: Fix value type
The option for defining the console minor should be an integer, not a boolean.
Diffstat (limited to 'spec/build/bsps/optconminor.yml')
-rw-r--r--spec/build/bsps/optconminor.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/build/bsps/optconminor.yml b/spec/build/bsps/optconminor.yml
index 55074c6dac..486eb92d33 100644
--- a/spec/build/bsps/optconminor.yml
+++ b/spec/build/bsps/optconminor.yml
@@ -1,15 +1,16 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
-- get-boolean: null
-- define-condition: null
+- get-integer: null
+- define: null
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: true
+default: 1
default-by-variant: []
description: |
minor number of console device
enabled-by: true
+format: '{}'
links: []
name: BSP_CONSOLE_MINOR
type: build