From 68de5efb38fd2f38fa3f59c26fd07fa3b1180186 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 10 Aug 2018 00:22:59 +0200 Subject: Documentation: fix code block and literal block highlighting Use shell script highlighting where it is resonable, use console highlighting for transcripts, and fix some of the few cases where the syntax was broken, resulting in text not being rendered at all. Signed-off-by: Roland Hieber Signed-off-by: Sascha Hauer --- Documentation/boards/imx/phytec-phycore-i.mx31.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Documentation/boards/imx/phytec-phycore-i.mx31.rst') diff --git a/Documentation/boards/imx/phytec-phycore-i.mx31.rst b/Documentation/boards/imx/phytec-phycore-i.mx31.rst index d9a981b998..0feb22257a 100644 --- a/Documentation/boards/imx/phytec-phycore-i.mx31.rst +++ b/Documentation/boards/imx/phytec-phycore-i.mx31.rst @@ -26,11 +26,15 @@ Supported baseboards are: How to get barebox for Phytec's phyCORE-i.MX31 ---------------------------------------------- -Using the default configuration:: +Using the default configuration: + +.. code-block:: sh make ARCH=arm pcm037_defconfig -Build the binary image:: +Build the binary image: + +.. code-block:: sh make ARCH=arm CROSS_COMPILE=armv5compiler -- cgit v1.2.3