MFp4: bwct boot rom is different. need a more generic way to cope long term.

This commit is contained in:
Warner Losh 2006-12-20 18:16:49 +00:00
parent 1962e68df3
commit b0785d970d

View file

@ -60,9 +60,13 @@ dabtvec:
rsvdvec:
#ifdef BOOT_IIC
.long (TWI_EEPROM_SIZE >> 9)
#else
#ifdef BOOT_BWCT
.long ((528 << 17) | (13 << 13) | (12 * 2))
#else
.long ((1056 << 17) | (13 << 13) | (12 * 2))
#endif
#endif
irqvec:
ldr pc, [pc,#-0xF20] @; IRQ : read the AIC
fiqvec: