forked from Imagelibrary/rtems
spec/optconminor: Fix value type
The option for defining the console minor should be an integer, not a boolean.
This commit is contained in:
committed by
Joel Sherrill
parent
a92d4ae685
commit
74c1c4021b
@@ -1,15 +1,16 @@
|
|||||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||||
actions:
|
actions:
|
||||||
- get-boolean: null
|
- get-integer: null
|
||||||
- define-condition: null
|
- define: null
|
||||||
build-type: option
|
build-type: option
|
||||||
copyrights:
|
copyrights:
|
||||||
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
|
||||||
default: true
|
default: 1
|
||||||
default-by-variant: []
|
default-by-variant: []
|
||||||
description: |
|
description: |
|
||||||
minor number of console device
|
minor number of console device
|
||||||
enabled-by: true
|
enabled-by: true
|
||||||
|
format: '{}'
|
||||||
links: []
|
links: []
|
||||||
name: BSP_CONSOLE_MINOR
|
name: BSP_CONSOLE_MINOR
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
Reference in New Issue
Block a user