forked from Imagelibrary/rtems
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349 defines from *.cfg into bspopts.h.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
|
||||||
|
defines from *.cfg into bspopts.h.
|
||||||
|
|
||||||
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h: #include <bspopts.h> first.
|
* include/bsp.h: #include <bspopts.h> first.
|
||||||
|
|||||||
@@ -25,6 +25,25 @@ RTEMS_BSPOPTS_HELP([INSTRUCTION_CACHE_ENABLE],
|
|||||||
[If defined, the instruction cache will be enabled after address translation
|
[If defined, the instruction cache will be enabled after address translation
|
||||||
is turned on.])
|
is turned on.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([MPC8313ERDB],[mpc8313erdb],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([MPC8313ERDB],
|
||||||
|
[If defined, use custom settings for the mpc8313erdb BSP.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([MPC8349EAMDS],[mpc8349eamds],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([MPC8349EAMDS],
|
||||||
|
[If defined, use custom settings for the mpc8349eamds BSP.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([HSC_CM01],[hsc_cm01],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([HSC_CM01],
|
||||||
|
[If defined, use custom settings for the hsc_cm01 BSP.])
|
||||||
|
|
||||||
|
RTEMS_BSPOPTS_SET([MPC8349],[mpc8313erdb],[1])
|
||||||
|
RTEMS_BSPOPTS_SET([MPC8349],[mpc8349eamds],[1])
|
||||||
|
RTEMS_BSPOPTS_SET([MPC8349],[hsc_cm01],[1])
|
||||||
|
RTEMS_BSPOPTS_HELP([MPC8349],
|
||||||
|
[If defined, use custom settings for the MPC8349 libcpu family.])
|
||||||
|
|
||||||
|
|
||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user