mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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>
This commit is contained in:
parent
cf9c427a87
commit
33a6259d72
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue