Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30174
Change subject: Documentation/*/fit.md: Fix reference to arm64 FIT implementation file ......................................................................
Documentation/*/fit.md: Fix reference to arm64 FIT implementation file
Change-Id: I5844642e25f4c9fe114f621446b4df1075500441 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M Documentation/lib/payloads/fit.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/30174/1
diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md index 53be92e..24807bf 100644 --- a/Documentation/lib/payloads/fit.md +++ b/Documentation/lib/payloads/fit.md @@ -25,7 +25,7 @@
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.