LPC2378: pre-compute correct checksum.
[bertos.git] / bertos / cpu / arm / hw / vectors_lpc2.S
index e3835ffaf102f8d3dc3843cde0fa6c7c7cb6922a..71d700b841e61140665c857417d4ebeb4b51224e 100644 (file)
@@ -47,7 +47,7 @@ __vectors:
         ldr     pc, _swi             /* Software interrupt */
         ldr     pc, _prefetch_abort  /* Prefetch abort */
         ldr     pc, _data_abort      /* Data abort */
-        .word  0                    /* In LPX2xxx, this location holds the checksum of the previous vectors */
+        .word  0xb9205f88           /* In LPX2xxx, this location holds the checksum of the previous vectors */
 
         ldr     pc, [pc, #-0xFF0]    /* Use VIC */
         ldr     pc, _fiq            /* Fast interrupt request */