From: batt Date: Mon, 29 Mar 2010 21:55:47 +0000 (+0000) Subject: LPC2378: pre-compute correct checksum. X-Git-Tag: 2.5.0~595 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=084397f989388e619539d6ed961eaf2d57295f6b;p=bertos.git LPC2378: pre-compute correct checksum. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3313 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/hw/vectors_lpc2.S b/bertos/cpu/arm/hw/vectors_lpc2.S index e3835ffa..71d700b8 100644 --- a/bertos/cpu/arm/hw/vectors_lpc2.S +++ b/bertos/cpu/arm/hw/vectors_lpc2.S @@ -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 */