Enable ARM_INTRNG on the pandaboard platform.
Differential Revision: https://reviews.freebsd.org/D2048
This commit is contained in:
parent
14f6133915
commit
fbeda1e06d
@ -30,6 +30,8 @@ hints "PANDABOARD.hints"
|
||||
include "std.armv6"
|
||||
include "../ti/omap4/pandaboard/std.pandaboard"
|
||||
|
||||
options ARM_INTRNG # new interrupt framework
|
||||
|
||||
options HZ=100
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PLATFORM
|
||||
|
@ -17,7 +17,3 @@ makeoptions KERNVIRTADDR=0xc0200000
|
||||
options SOC_OMAP4
|
||||
|
||||
options ARM_L2_PIPT
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
|
@ -70,7 +70,7 @@ fdt_aintc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig,
|
||||
#endif
|
||||
|
||||
fdt_pic_decode_t fdt_pic_table[] = {
|
||||
#ifdef SOC_OMAP4
|
||||
#if defined(SOC_OMAP4) && !defined(ARM_INTRNG)
|
||||
&gic_decode_fdt,
|
||||
#endif
|
||||
#ifdef SOC_TI_AM335X
|
||||
|
Loading…
x
Reference in New Issue
Block a user