[rtems commit] powerpc/qoriq: Fix due to console API changes
Sebastian Huber
sebh at rtems.org
Mon May 21 08:59:52 UTC 2012
Module: rtems
Branch: master
Commit: 1901afc5ebb90f6f6ade5286b556ec511d2cf1e2
Changeset: http://git.rtems.org/rtems/commit/?id=1901afc5ebb90f6f6ade5286b556ec511d2cf1e2
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon May 21 09:57:53 2012 +0200
powerpc/qoriq: Fix due to console API changes
---
c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
index 99c3243..f2eb46d 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2010-2012 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Obere Lagerstr. 30
@@ -92,7 +92,7 @@ void bsp_start(void)
#endif /* HAS_UBOOT */
/* Initialize some console parameters */
- for (i = 0; i < Console_Port_Count; ++i) {
+ for (i = 0; i < Console_Configuration_Count; ++i) {
console_tbl *ct = &Console_Configuration_Ports[i];
ct->ulClock = BSP_bus_frequency;
More information about the vc
mailing list