Fix a logic inversion when checking for ARM_INTRNG

Pointy hat to:	andrew
This commit is contained in:
andrew 2016-02-10 16:44:20 +00:00
parent 3f190828b4
commit 8491692074

View File

@ -41,7 +41,7 @@ struct fdt_fixup_entry fdt_fixup_table[] = {
{ NULL, NULL }
};
#ifdef ARM_INTRNG
#ifndef ARM_INTRNG
fdt_pic_decode_t fdt_pic_table[] = {
&gic_decode_fdt,
NULL