2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: BSP should not define
	CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
This commit is contained in:
Joel Sherrill
2009-12-08 21:18:38 +00:00
parent d3a0b00076
commit fe48428048
2 changed files with 5 additions and 4 deletions
@@ -1,3 +1,8 @@
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: BSP should not define
CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
@@ -59,16 +59,12 @@ BSP_getDiscoveryVersion(int assertion);
/*
* confdefs.h overrides for this BSP:
* - termios serial ports (defaults to 1)
* - Interrupt stack space is not minimum if defined.
*/
#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
/*
* base address definitions for several devices
*
*/
#define BSP_MV64x60_BASE (0xf1000000)
#define BSP_MV64x60_DEV1_BASE (0xf1100000)