2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>

* include/bsp.h: Mark as a small memory BSP.
This commit is contained in:
Joel Sherrill
2009-08-17 21:18:53 +00:00
parent 118472cf87
commit 6a41df1565
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Mark as a small memory BSP.
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to

View File

@@ -46,6 +46,8 @@ extern "C" {
#include <bspopts.h>
#define BSP_SMALL_MEMORY 1
#if 0
#include <rtems/devnull.h>
#define BSP_CONSOLE_DEVNAME "/dev/null"

View File

@@ -1,3 +1,7 @@
2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/bsp.h: Mark as a small memory BSP.
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to

View File

@@ -34,6 +34,8 @@ extern "C" {
#include <bspopts.h>
#define BSP_SMALL_MEMORY 1
/*
* FIXME: One of these would be enough.
*/