From: Bin Meng Date: Thu, 8 Jul 2021 11:07:28 +0000 (+0800) Subject: docs: Correct a typo in platform_guide.md X-Git-Tag: v1.0~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dafaa0f54b8a2781f97150ecff5e087f208e788c;p=platform%2Fkernel%2Fopensbi.git docs: Correct a typo in platform_guide.md It's riscv-pk, not riskv-pk. Signed-off-by: Bin Meng Reviewed-by: Xiang W Reviewed-by: Anup Patel --- diff --git a/docs/platform_guide.md b/docs/platform_guide.md index 7920fac..df90c6b 100644 --- a/docs/platform_guide.md +++ b/docs/platform_guide.md @@ -17,7 +17,7 @@ the supported platforms. These firmwares are linked against *libplatsbi.a*. Firmware binaries are installed in */platform//bin*. These firmwares can be used as executable runtime firmwares on the supported platforms as a replacement -for the legacy *riskv-pk* boot loader (BBL). +for the legacy *riscv-pk* boot loader (BBL). A complete doxygen-style documentation of *struct sbi_platform* and related APIs is available in the file *include/sbi/sbi_platform.h*.