forked from Imagelibrary/rtems
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsp_specs, startup/bspgetworkarea.c: Links hello again.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* bsp_specs, startup/bspgetworkarea.c: Links hello again.
|
||||||
|
|
||||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
* startup/bspgetworkarea.c: Change size_t to ssize_t on
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
*lib:
|
*lib:
|
||||||
%{!qrtems: %(old_lib)} \
|
%{!qrtems: %(old_lib)} \
|
||||||
%{qrtems: -lrtemsbsp -lrtemscpu \
|
%{qrtems: --start-group -lrtemsbsp -lrtemscpu --end-group \
|
||||||
%(old_lib) \
|
%(old_lib) \
|
||||||
%{qnolinkcmds: } }
|
%{qnolinkcmds: } }
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libcsupport.h>
|
#include <rtems/libcsupport.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
#include <bsp/bootcard.h>
|
||||||
|
|
||||||
void bsp_get_work_area(
|
void bsp_get_work_area(
|
||||||
void **work_area_start,
|
void **work_area_start,
|
||||||
|
|||||||
Reference in New Issue
Block a user