forked from Imagelibrary/rtems
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/bspstart.c: Remove BSP_build_date.
This commit is contained in:
@@ -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>
|
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
* GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
||||||
|
|||||||
@@ -69,7 +69,6 @@ char *BSP_commandline_string = 0;
|
|||||||
|
|
||||||
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
|
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
|
||||||
|
|
||||||
extern char *BSP_build_date;
|
|
||||||
extern void _return_to_ppcbug();
|
extern void _return_to_ppcbug();
|
||||||
extern unsigned long __rtems_end[];
|
extern unsigned long __rtems_end[];
|
||||||
extern void L1_caches_enables();
|
extern void L1_caches_enables();
|
||||||
@@ -413,7 +412,6 @@ void bsp_start( void )
|
|||||||
|
|
||||||
printk("-----------------------------------------\n");
|
printk("-----------------------------------------\n");
|
||||||
printk("Welcome to %s on MVME5500-0163\n", _RTEMS_version );
|
printk("Welcome to %s on MVME5500-0163\n", _RTEMS_version );
|
||||||
printk("Build Date: %s\n",BSP_build_date);
|
|
||||||
printk("-----------------------------------------\n");
|
printk("-----------------------------------------\n");
|
||||||
|
|
||||||
#ifdef TEST_RETURN_TO_PPCBUG
|
#ifdef TEST_RETURN_TO_PPCBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user