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>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
3b43c01bba
commit
7187758038
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user