[rtems commit] build: Fix the motorola_powerpc default baudrate

Chris Johns chrisj at rtems.org
Thu Jul 15 00:03:10 UTC 2021


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Jul 14 18:55:28 2021 +1000

build: Fix the motorola_powerpc default baudrate

---

 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 2658abb..4b0869b 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



More information about the vc mailing list