mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
MFp4: bwct boot rom is different. need a more generic way to cope long term.
This commit is contained in:
parent
1962e68df3
commit
b0785d970d
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue