Only use fdt_pic_table when not using ARM_INTRNG

This commit is contained in:
andrew 2016-02-10 16:39:02 +00:00
parent 543e570863
commit 3f190828b4

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