summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-12-30 17:29:09 +0300
committerAndes <uboot@andestech.com>2020-02-10 09:51:39 +0300
commit33a6259d72ba4d7a3e3f97e9cfadc34e6e4f52d3 (patch)
tree2b96c8417db607a374e15c52378e1eb2534f074d /doc
parentcf9c427a87e1a1a5115ec60f7785f48c8b34a5f6 (diff)
downloadu-boot-33a6259d72ba4d7a3e3f97e9cfadc34e6e4f52d3.tar.xz
doc: fix opensbi build steps for AX25-AE350
OpenSBI build steps are marked as normal text in AX25-AE350 documentation. Move them into code-block so-that it can show it as build steps. Cc: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/AndesTech/ax25-ae350.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/board/AndesTech/ax25-ae350.rst b/doc/board/AndesTech/ax25-ae350.rst
index 89c485f88f..f795476d85 100644
--- a/doc/board/AndesTech/ax25-ae350.rst
+++ b/doc/board/AndesTech/ax25-ae350.rst
@@ -337,9 +337,11 @@ How to build U-Boot SPL
Before building U-Boot SPL, OpenSBI must be build first. OpenSBI can be
cloned and build for AE350 as below:
-git clone https://github.com/riscv/opensbi.git
-cd opensbi
-make PLATFORM=andes/ae350
+.. code-block:: none
+
+ git clone https://github.com/riscv/opensbi.git
+ cd opensbi
+ make PLATFORM=andes/ae350
Copy OpenSBI FW_DYNAMIC image (build\platform\andes\ae350\firmware\fw_dynamic.bin)
into U-Boot root directory