aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Lin <lovetaeyeon507@gmail.com>2024-06-27 11:21:37 +0800
committerAnup Patel <anup@brainfault.org>2024-06-28 08:34:15 +0530
commit0e45b634713d8a67d8a905e8970e93682c1db64f (patch)
treee455018c8de9c9f404119d72a5ec1d04f8b79bbd
parentcaae2f7d455c78c509782e1eb8d47dfdd874b903 (diff)
downloadopensbi-0e45b634713d8a67d8a905e8970e93682c1db64f.zip
opensbi-0e45b634713d8a67d8a905e8970e93682c1db64f.tar.gz
opensbi-0e45b634713d8a67d8a905e8970e93682c1db64f.tar.bz2
docs: Fix wrong filename
Correct the compiled FW_PAYLOAD firmware ELF filename. Signed-off-by: Jacob Lin <lovetaeyeon507@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r--docs/firmware/fw_payload.md2
1 files changed, 1 insertions, 1 deletions
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.