2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* bootcard.c: Must include bsp.h or bspopts.h or we cannot know if
	boot_card() handles RAM allocation.
This commit is contained in:
Joel Sherrill
2008-07-15 22:22:09 +00:00
parent 4dc6a4684f
commit fa379b086c
2 changed files with 7 additions and 1 deletions

View File

@@ -48,12 +48,13 @@
#include <rtems.h>
#include <bspopts.h> /* for BSP_BOOTCARD_HANDLES_RAM_ALLOCATION */
/*
* Since there is a forward reference
*/
char *rtems_progname;
/*
* Prototypes of external routines
*/