LPC2378: pre-compute correct checksum.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Mar 2010 21:55:47 +0000 (21:55 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 29 Mar 2010 21:55:47 +0000 (21:55 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3313 38d2e660-2303-0410-9eaa-f027e97ec537

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 */