summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-config.c')
-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);