The TPL phrase in rockchip.rst has some spelling and logical problems. Rewrite and add missing structure by changing to a list view to better separate the 2 choices the user has to make.
Signed-off-by: Johan Jonker <[email protected]> --- Changed V3: add commas --- doc/board/rockchip/rockchip.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst index 9351a5b8eae7..5144cbccef78 100644 --- a/doc/board/rockchip/rockchip.rst +++ b/doc/board/rockchip/rockchip.rst @@ -219,9 +219,11 @@ For SoCs whose TF-A code is not available as open source, use BL31 binary provid TPL ^^^ -For some SoCs U-Boot sources lack of support to inizialize DRAM. -In these cases, to get a fully functional image following :ref:`PackageWithTPLandSPL`, use DDR binary provided by Rockchip rkbin repository as ROCKCHIP_TPL when building U-Boot. -Otherwise, follow :ref:`PackageWithRockchipMiniloader`. +* For SoCs with U-Boot sources to initialize DRAM, follow + :ref:`PackageWithTPLandSPL`. +* For SoCs without U-Boot sources to initialize DRAM use the DDR binary provided + by the Rockchip rkbin repository as ROCKCHIP_TPL when building U-Boot, then follow + :ref:`PackageWithRockchipMiniloader`. U-Boot ^^^^^^ -- 2.39.5
