summaryrefslogtreecommitdiffstats
path: root/super-intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-intel.c')
-rw-r--r--super-intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c
index f169515..864a9e9 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -1842,7 +1842,7 @@ static struct intel_super *alloc_super(int creating_imsm)
super->create_offset = ~((__u32 ) 0);
if (!check_env("IMSM_NO_PLATFORM"))
super->orom = find_imsm_orom();
- if (super->orom) {
+ if (super->orom && !check_env("IMSM_TEST_OROM")) {
struct sys_dev *list, *ent;
/* find the first intel ahci controller */