Only use fdt_pic_table when not using ARM_INTRNG
This commit is contained in:
parent
0ba5cf0e44
commit
c5fdd4d379
@ -41,7 +41,9 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
#ifdef ARM_INTRNG
|
||||
fdt_pic_decode_t fdt_pic_table[] = {
|
||||
&gic_decode_fdt,
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user