summaryrefslogtreecommitdiff
path: root/platform-intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform-intel.c')
-rw-r--r--platform-intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform-intel.c b/platform-intel.c
index a11101db..04bffc57 100644
--- a/platform-intel.c
+++ b/platform-intel.c
@@ -371,6 +371,9 @@ static int scan(const void *start, const void *end, const void *data)
if (__le16_to_cpu(ptr->vendorID) != 0x8086)
return 0;
+ if (get_orom_by_device_id(ptr->deviceID))
+ return 0;
+
for (offset = 0; offset < len; offset += 4) {
const void *mem = start + offset;