diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-07-08 19:07:28 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-07-11 11:55:55 +0530 |
commit | dafaa0f54b8a2781f97150ecff5e087f208e788c (patch) | |
tree | 9ad499ccf1b942443b36879c3af9a84738a7cf0c | |
parent | 14c7f71c0da641ece1b91ef0bde190f66c980a3e (diff) |
docs: Correct a typo in platform_guide.md
It's riscv-pk, not riskv-pk.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
-rw-r--r-- | docs/platform_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 *<install_directory>/platform/<platform_subdir>/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*. |