docs: Fix wrong filename
authorJacob Lin <lovetaeyeon507@gmail.com>
Thu, 27 Jun 2024 03:21:37 +0000 (11:21 +0800)
committerAnup Patel <anup@brainfault.org>
Fri, 28 Jun 2024 03:04:15 +0000 (08:34 +0530)
Correct the compiled FW_PAYLOAD firmware ELF filename.

Signed-off-by: Jacob Lin <lovetaeyeon507@gmail.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
docs/firmware/fw_payload.md

index d25be600c6a30b7da959e153d7247d3fec2f641f..9b00e322674c308d7ef39e98f6a3e4eb669b1a34 100644 (file)
@@ -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.