[PATCH v3 2/2] build: Fix the motorola_powerpc default baudrate
chrisj at rtems.org
chrisj at rtems.org
Wed Jul 14 08:56:11 UTC 2021
From: Chris Johns <chrisj at rtems.org>
---
spec/build/bsps/optconsolebaud.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/spec/build/bsps/optconsolebaud.yml b/spec/build/bsps/optconsolebaud.yml
index 2658abbff8..4b0869beca 100644
--- a/spec/build/bsps/optconsolebaud.yml
+++ b/spec/build/bsps/optconsolebaud.yml
@@ -6,7 +6,10 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default: 115200
-default-by-family: []
+default-by-family:
+- value: 9600
+ families:
+ - powerpc/motorola_powerpc
default-by-variant:
- value: 9600
variants:
@@ -14,7 +17,6 @@ default-by-variant:
- powerpc/hsc_cm01
- powerpc/beatnik
- powerpc/haleakala
- - powerpc/motorola_powerpc
- powerpc/mvme3100
- powerpc/mvme5500
- value: 19200
--
2.24.1
More information about the devel
mailing list