diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2020-02-18 15:03:05 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-19 12:09:53 +0000 |
commit | abe96737745f84a0a33512e1eb62386d101a92d8 (patch) | |
tree | c5cc30816c9d8206f0ac7a71f1101616a5a219f3 /Documentation/flash_tutorial | |
parent | e549503967aab3aabe68f686f75ca316b6bd8bf6 (diff) |
Documentation: Use inline code block for kernel parameter
Change-Id: I41649d4d0ee0abf9335f6cb3d7b19888c0c62382
Signed-off-by: Evgeny Zinoviev <me@ch1p.io>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38955
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Peter Lemenkov <lemenkov@gmail.com>
Diffstat (limited to 'Documentation/flash_tutorial')
-rw-r--r-- | Documentation/flash_tutorial/int_flashrom.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |