modify 1st page to cache mode PASSTHROUGH

This commit is contained in:
Markus Fröschle
2016-04-02 18:56:20 +00:00
parent 181a83db5a
commit 627aa0c2c4
5 changed files with 7 additions and 6 deletions

View File

@@ -477,7 +477,7 @@ bool irq7_handler(void)
*/
bool gpt0_interrupt_handler(void *arg0, void *arg1)
{
dbg("handler called\n\r");
dbg("gpt0 handler called\n\r");
MCF_GPT0_GMS &= ~1; /* rearm trigger */
NOP();