forked from Imagelibrary/rtems
Added call to console_reserve_resources back in.
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user