From abe96737745f84a0a33512e1eb62386d101a92d8 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 18 Feb 2020 15:03:05 +0300 Subject: [PATCH] Documentation: Use inline code block for kernel parameter Change-Id: I41649d4d0ee0abf9335f6cb3d7b19888c0c62382 Signed-off-by: Evgeny Zinoviev Reviewed-on: https://review.coreboot.org/c/coreboot/+/38955 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Peter Lemenkov --- Documentation/flash_tutorial/int_flashrom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/flash_tutorial/int_flashrom.md b/Documentation/flash_tutorial/int_flashrom.md index 28b534b003..982aca287d 100644 --- a/Documentation/flash_tutorial/int_flashrom.md +++ b/Documentation/flash_tutorial/int_flashrom.md @@ -5,7 +5,7 @@ ## Using flashrom This method does only work on Linux, if it isn't locked down. -You may also need to boot with 'iomem=relaxed' in the kernel command +You may also need to boot with `iomem=relaxed` in the kernel command line if CONFIG_IO_STRICT_DEVMEM is set.