This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eCos + LPC21xx footprint



> > --- orig/packages/hal/arm/arch/current/src/vectors.S > +++ mod/packages/hal/arm/arch/current/src/vectors.S > @@ -206,7 +206,7 @@ > ldr pc,.software_interrupt // 0x08 start && software int > ldr pc,.abort_prefetch // 0x0C > ldr pc,.abort_data // 0x10 > - .word 0 // unused > +#ifdef CYGPKG_HAL_ARM_LPC2XXX > + .word 0xB4405F62 // used by LPC2XXX bootloader, 32 bit > +#endif


of course there should be an #else too here :) I hand edited the patch which did not contain the #ifdef at all


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]