forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user