util/intelmetool: Fix error message
Add a missing space to the message. Change-Id: I7d4042ebb587af8558294fb4961100b43910fd4a Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43357 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
This commit is contained in:
parent
380789a6ee
commit
7c1fe4bd12
|
@ -293,7 +293,7 @@ static void dump_me_info(void)
|
|||
printf("\n");
|
||||
|
||||
if (stat & 0xf000)
|
||||
printf("ME: has a broken implementation on your board with"
|
||||
printf("ME: has a broken implementation on your board with "
|
||||
"this firmware\n");
|
||||
|
||||
if (intel_mei_setup(dev))
|
||||
|
|
Loading…
Reference in New Issue