2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
This commit is contained in:
Joel Sherrill
2008-09-21 16:37:20 +00:00
parent fe85f05c71
commit 250385019b
4 changed files with 8 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/linkcmds: Use top level shared

View File

@@ -133,11 +133,6 @@ int cs8900_driver_attach (struct rtems_bsdnet_ifconfig *config,
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH cs8900_driver_attach
/*
* BSP Configuration Default Overrides
*/
#define BSP_ZERO_WORKSPACE_AUTOMATICALLY TRUE
#ifdef __cplusplus
}
#endif

View File

@@ -1,3 +1,7 @@
2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use

View File

@@ -126,11 +126,6 @@ extern unsigned int BSP_heap_start;
extern int
RTEMS_BSP_NETWORK_DRIVER_ATTACH(/* struct rtems_bsdnet_ifconfig * */);
/*
* BSP Configuration Default Overrides
*/
#define BSP_ZERO_WORKSPACE_AUTOMATICALLY TRUE
/* As per Linux, This should be in the ppc/system.h */
static inline void memBar()