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>
This commit is contained in:
Evgeny Zinoviev 2020-02-18 15:03:05 +03:00 committed by Patrick Georgi
parent e549503967
commit abe9673774
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
## Using flashrom ## Using flashrom
This method does only work on Linux, if it isn't locked down. 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. line if CONFIG_IO_STRICT_DEVMEM is set.