aboutsummaryrefslogtreecommitdiff
path: root/util/intelmetool/me.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/intelmetool/me.c')
-rw-r--r--util/intelmetool/me.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index f14f4cd623..4867bbcbf7 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -583,7 +583,7 @@ uint32_t intel_mei_setup(struct pci_dev *dev)
mei_mmap += mei_base_address - pagerounded;
if (mei_mmap == NULL) {
printf("Could not map ME setup memory.\n"
- "Do you have cmdline argument 'iomem=relaxed' set ?\n");
+ "Do you have kernel cmdline argument 'iomem=relaxed' set ?\n");
return 1;
}