summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 15:12:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 15:12:08 +0000
commit5993d021dc886d026cc0cdb2518994d56de8882c (patch)
tree6d30da5dc133ebce6543791122f720c5c952fdd4 /c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
parentOverhauled console driver to use termios and to simultaneously support (diff)
downloadrtems-5993d021dc886d026cc0cdb2518994d56de8882c.tar.bz2
Added console_reserve_resources.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/bspstart.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
index a1c007c722..d5d08be663 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/bspstart.c
@@ -323,6 +323,12 @@ void bsp_start( void )
BSP_Configuration.RTEMS_api_configuration->maximum_regions++;
+ /*
+ * Account for the console's resources
+ */
+
+ console_reserve_resources( &BSP_Configuration );
+
#ifdef RTEMS_NEWLIB
/*
* Add 1 extension for newlib libc