* configure.ac, include/bspopts.h.in: More options.
	* include/lpc32xx.h: Added watchdog definitions.
	* include/mmu.h, misc/mmu.c: Added const qualifier.
	* startup/bspreset.c: Use watchdog reset.
This commit is contained in:
Sebastian Huber
2010-12-16 13:35:06 +00:00
parent 5d2b63cde2
commit cfe13cb1bd
7 changed files with 128 additions and 15 deletions

View File

@@ -23,8 +23,8 @@
#include <bsp/mmu.h>
void lpc32xx_set_translation_table_entries(
void *begin,
void *end,
const void *begin,
const void *end,
uint32_t section_flags
)
{