forked from Imagelibrary/rtems
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
|
||||||
|
|
||||||
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Stack was overlapping work area.
|
* startup/linkcmds: Stack was overlapping work area.
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ RTEMS_BSPOPTS_SET([BSP_RESET_BOARD_AT_EXIT],[*],[0])
|
|||||||
RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
|
RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
|
||||||
[If defined, reset the board when the application exits.])
|
[If defined, reset the board when the application exits.])
|
||||||
|
|
||||||
|
BSP_BOOTCARD_OPTIONS
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* configure.ac: Add BSP_BOOTCARD_OPTIONS.
|
||||||
|
|
||||||
2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Fix breakage having been introduced in previous patch.
|
* Makefile.am: Fix breakage having been introduced in previous patch.
|
||||||
|
|||||||
@@ -69,6 +69,8 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
|
|||||||
RTEMS_CHECK_NETWORKING
|
RTEMS_CHECK_NETWORKING
|
||||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
|
BSP_BOOTCARD_OPTIONS
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user