From 084397f989388e619539d6ed961eaf2d57295f6b Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 29 Mar 2010 21:55:47 +0000 Subject: [PATCH] LPC2378: pre-compute correct checksum. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3313 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/hw/vectors_lpc2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1