]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: coolpi: Fix document style
authorAndy Yan <andyshrk@163.com>
Mon, 2 Dec 2024 12:03:53 +0000 (20:03 +0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 15 Dec 2024 01:05:36 +0000 (02:05 +0100)
Add a blank line after title "Specification:" to
make it render correctly html.

And also remove the useless > in bash code block.

Signed-off-by: Andy Yan <andyshrk@163.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
doc/board/coolpi/genbook_cm5_rk3588.rst

index a02e561051a3e24f4a0c59d7036bbe7035a538bb..cad2a28acbdfce02eb0e023a2661dc332ff6ed11 100644 (file)
@@ -6,6 +6,7 @@ Cool Pi GenBook is a laptop powered by RK3588, it works with a
 carrier board connect with CM5.
 
 Specification:
+
 * Rockchip RK3588
 * LPDDR5X 8/32 GB
 * eMMC 64 GB
@@ -24,11 +25,11 @@ Get the TF-A and DDR init (TPL) binaries
 
 .. prompt:: bash
 
-   cd u-boot
-   export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin
-   export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf
-   make coolpi-genbook-cm5-rk3588_defconfig
-   make CROSS_COMPILE=aarch64-linux-gnu-
+   cd u-boot
+   export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.17.bin
+   export BL31=../rkbin/bin/rk35/rk3588_bl31_v1.46.elf
+   make coolpi-genbook-cm5-rk3588_defconfig
+   make CROSS_COMPILE=aarch64-linux-gnu-
 
 This will build ``u-boot-rockchip.bin`` for eMMC and ``u-boot-rockchip-spi.bin`` for SPI Nor.