summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/userboot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/userboot/conf.c')
-rw-r--r--sys/boot/userboot/userboot/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/userboot/userboot/conf.c b/sys/boot/userboot/userboot/conf.c
index 5eac87da..6727a22 100644
--- a/sys/boot/userboot/userboot/conf.c
+++ b/sys/boot/userboot/userboot/conf.c
@@ -97,8 +97,10 @@ struct file_format *file_formats[] = {
* data structures from bootstrap.h as well.
*/
extern struct console userboot_console;
+extern struct console userboot_comconsole;
struct console *consoles[] = {
&userboot_console,
+ &userboot_comconsole,
NULL
};
OpenPOWER on IntegriCloud