summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:27:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:27:51 +0000
commitc19a29b4584c4db0dc76acbb460e57679525f1a9 (patch)
tree5deeeb7079fc25a10441eab20ee2a127cb0bc426 /c/src/lib/libbsp
parentRegenerated after removing SIZE_FOR_TARGET change after Ralf (diff)
downloadrtems-c19a29b4584c4db0dc76acbb460e57679525f1a9.tar.bz2
Added call to console_reserve_resources back in.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
index 8ccbd4b78c..f0e5f427d4 100644
--- a/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c
@@ -97,6 +97,12 @@ void bsp_start( void )
BSP_Configuration.work_space_start = (void *)&_WorkspaceBase;
/*
+ * Account for the console's resources
+ */
+
+ console_reserve_resources( &BSP_Configuration );
+
+ /*
* initialize the CPU table for this BSP
*/