[PATCH] docs: Fix wrong filename
Jacob Lin
lovetaeyeon507 at gmail.com
Wed Jun 26 20:21:37 PDT 2024
Correct the compiled FW_PAYLOAD firmware ELF filename.
Signed-off-by: Jacob Lin <lovetaeyeon507 at gmail.com>
---
docs/firmware/fw_payload.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md
index d25be60..9b00e32 100644
--- a/docs/firmware/fw_payload.md
+++ b/docs/firmware/fw_payload.md
@@ -23,7 +23,7 @@ The *FW_PAYLOAD* firmware can be enabled by any of the following methods:
2. Specifying `FW_PAYLOAD=y` in the target platform *objects.mk* configuration
file.
-The compiled *FW_PAYLOAD* firmware ELF file is named *fw_jump.elf*. Its
+The compiled *FW_PAYLOAD* firmware ELF file is named *fw_payload.elf*. Its
expanded image file is *fw_payload.bin*. Both files are created in the
platform-specific build directory under the
*build/platform/<platform_subdir>/firmware* directory.
--
2.34.1
More information about the opensbi
mailing list