Added call to console_reserve_resources back in.

This commit is contained in:
Joel Sherrill
1998-05-22 12:27:51 +00:00
parent 082214d0c8
commit c19a29b458

View File

@@ -96,6 +96,12 @@ void bsp_start( void )
BSP_Configuration.work_space_start = (void *)&_WorkspaceBase; 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 * initialize the CPU table for this BSP
*/ */