diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md index 53be92ecf7..24807bfc6a 100644 --- a/Documentation/lib/payloads/fit.md +++ b/Documentation/lib/payloads/fit.md @@ -25,7 +25,7 @@ The section must be named in order to be found by the FIT parser: The FIT parser needs architecure support. ### aarch64 -The source code can be found in `src/arch/arm64/fit.c`. +The source code can be found in `src/arch/arm64/fit_payload.c`. On aarch64 the kernel (a section named 'kernel') must be in **Image** format and it needs a devicetree (a section named 'fdt') to boot.