2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>

* startup/bspstart.c: Remove BSP_build_date.
This commit is contained in:
Ralf Corsepius
2004-10-21 08:41:43 +00:00
parent b35f9623c7
commit f59eab9c89
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/bspstart.c: Remove BSP_build_date.
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,

View File

@@ -69,7 +69,6 @@ char *BSP_commandline_string = 0;
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
extern char *BSP_build_date;
extern void _return_to_ppcbug();
extern unsigned long __rtems_end[];
extern void L1_caches_enables();
@@ -413,7 +412,6 @@ void bsp_start( void )
printk("-----------------------------------------\n");
printk("Welcome to %s on MVME5500-0163\n", _RTEMS_version );
printk("Build Date: %s\n",BSP_build_date);
printk("-----------------------------------------\n");
#ifdef TEST_RETURN_TO_PPCBUG