Only use fdt_pic_table when not using ARM_INTRNG

This commit is contained in:
Andrew Turner 2016-02-10 16:39:02 +00:00
parent 0ba5cf0e44
commit c5fdd4d379

View File

@ -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