forked from Imagelibrary/rtems
bsps: Remove debug output in shared console driver
This commit is contained in:
@@ -294,10 +294,6 @@ rtems_device_driver console_initialize(
|
||||
}
|
||||
|
||||
if (minor == Console_Port_Minor) {
|
||||
#if defined(RTEMS_DEBUG)
|
||||
if (port->sDeviceName != NULL)
|
||||
printk( "Register %s as the CONSOLE\n", port->sDeviceName );
|
||||
#endif
|
||||
status = rtems_io_register_name( "dev/console", major, minor );
|
||||
if (status != RTEMS_SUCCESSFUL) {
|
||||
bsp_generic_fatal( BSP_GENERIC_FATAL_CONSOLE_REGISTER_DEV_1 );
|
||||
|
||||
Reference in New Issue
Block a user