2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove build_date.c.
	* startup/bspstart.c: Remove BSP_build_date.
This commit is contained in:
Ralf Corsepius
2011-01-26 12:35:17 +00:00
parent f17a8e01fd
commit 0959e7106d
3 changed files with 6 additions and 7 deletions
@@ -1,3 +1,8 @@
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build_date.c.
* startup/bspstart.c: Remove BSP_build_date.
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/porting/README, network/porting/if_xxx_rtems.c,
+1 -4
View File
@@ -59,14 +59,11 @@ project_lib_DATA += motld_start.$(OBJEXT)
dist_project_lib_DATA += ../shared/startup/linkcmds
build_date.c::
echo 'const char *BSP_build_date="'`date`'";' > $@
noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES =
libbsp_a_SOURCES += startup/bspstart.c \
../shared/motorola/vpd.c startup/reboot.c startup/i2c_init.c build_date.c \
../shared/motorola/vpd.c startup/reboot.c startup/i2c_init.c \
../../powerpc/shared/startup/panic.c \
../../powerpc/shared/startup/bspgetworkarea.c \
../../powerpc/shared/startup/probeMemEnd.c \
@@ -57,7 +57,6 @@
BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
BSP_polling_getchar_function_type BSP_poll_char = NULL;
extern char *BSP_build_date;
extern void bsp_cleanup(void);
extern Triv121PgTbl BSP_pgtbl_setup(unsigned int *);
extern void BSP_pgtbl_activate(Triv121PgTbl);
@@ -268,8 +267,6 @@ void bsp_start( void )
*/
BSP_rtems_irq_mng_init(0);
printk("Build Date: %s\n",BSP_build_date);
BSP_vpdRetrieveFields(vpdData);
if ( !strncmp(BSP_productIdent,"MVME5500",8) )