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

@@ -1,3 +1,8 @@
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.
2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de> 2008-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bootcard.c: Removed duplicated code. * bootcard.c: Removed duplicated code.

View File

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