summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/console
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-19 09:18:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-25 13:51:51 +0200
commitb0753c33a03e193e6225ebb4b9dc3f789fe1b89a (patch)
treed99e147e52e1afbbf4fefa9ae20612615f56261f /c/src/lib/libbsp/powerpc/mpc55xxevb/console
parentbsp/mpc55xx: Whitespace changes (diff)
downloadrtems-b0753c33a03e193e6225ebb4b9dc3f789fe1b89a.tar.bz2
bsp/mpc55xx: Add MPC55XX_CONSOLE_MINOR
Remove MPC55XX_ESCI_CONSOLE_MINOR.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/console')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c
index 4f74b38394..9557699799 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c
@@ -12,6 +12,7 @@
* http://www.rtems.com/license/LICENSE.
*/
+#include <bsp.h>
#include <bsp/console-generic.h>
#include <bsp/console-esci.h>
#include <bsp/console-linflex.h>
@@ -37,4 +38,4 @@ CONSOLE_GENERIC_INFO_TABLE = {
CONSOLE_GENERIC_INFO_COUNT;
-CONSOLE_GENERIC_MINOR(0);
+CONSOLE_GENERIC_MINOR(MPC55XX_CONSOLE_MINOR);