From 74c1c4021b49f1b7a0432c01486c975eca24e7e9 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Wed, 2 Dec 2020 10:24:21 -0600 Subject: spec/optconminor: Fix value type The option for defining the console minor should be an integer, not a boolean. --- spec/build/bsps/optconminor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'spec/build/bsps/optconminor.yml') 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 -- cgit v1.2.3