Skip to content

Commit 0e45b63

Browse files
millakeravpatel
authored andcommitted
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>
1 parent caae2f7 commit 0e45b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/firmware/fw_payload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The *FW_PAYLOAD* firmware can be enabled by any of the following methods:
2323
2. Specifying `FW_PAYLOAD=y` in the target platform *objects.mk* configuration
2424
file.
2525

26-
The compiled *FW_PAYLOAD* firmware ELF file is named *fw_jump.elf*. Its
26+
The compiled *FW_PAYLOAD* firmware ELF file is named *fw_payload.elf*. Its
2727
expanded image file is *fw_payload.bin*. Both files are created in the
2828
platform-specific build directory under the
2929
*build/platform/<platform_subdir>/firmware* directory.

0 commit comments

Comments
 (0)