summaryrefslogtreecommitdiffstats
path: root/Documentation/soc
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2018-10-22 10:55:34 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-10-22 12:02:15 +0000
commit718775803896ece301099228df14b003842e6e39 (patch)
treed5229959015053fb9f11998b57ff8d993199c546 /Documentation/soc
parent3b43c01bba4884866c60e4c7904af5fa12411f0b (diff)
downloadcoreboot-718775803896ece301099228df14b003842e6e39.tar.gz
coreboot-718775803896ece301099228df14b003842e6e39.tar.bz2
coreboot-718775803896ece301099228df14b003842e6e39.zip
Documentation: Fix markdown highlighting
Fix some code blocks that use invalid Markdown syntax. Change-Id: I8cfe63b2c21ae93923f88bbf7ef4cfb8dccdb5ef Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/29207 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'Documentation/soc')
-rw-r--r--Documentation/soc/cavium/cn81xx/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/soc/cavium/cn81xx/index.md b/Documentation/soc/cavium/cn81xx/index.md
index 69fe7105ca4d..3063b946d033 100644
--- a/Documentation/soc/cavium/cn81xx/index.md
+++ b/Documentation/soc/cavium/cn81xx/index.md
@@ -41,8 +41,8 @@ or romstage until DRAM has been set up. At the end of romstage the cachelines
are unlocked and the contents are flushed to DRAM.
Locked cachelines are never evicted.
-The CAR setup is done in '''bootblock_custom.S''' and thus doesn't use the common
-aarch64 '''bootblock.S''' code.
+The CAR setup is done in `bootblock_custom.S` and thus doesn't use the common
+aarch64 `bootblock.S` code.
## DRAM setup