summaryrefslogtreecommitdiffstats
path: root/Documentation/lib
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-12-12 01:52:46 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:18:58 +0000
commit4e21dee863ed5622b83a6461c00c8911b608d323 (patch)
tree4f6042bf35e27b011483cb538681eb6c3fea0ce0 /Documentation/lib
parentbbaae959bdef565ceb474b3c968aca9331594ea4 (diff)
downloadcoreboot-4e21dee863ed5622b83a6461c00c8911b608d323.tar.gz
coreboot-4e21dee863ed5622b83a6461c00c8911b608d323.tar.bz2
coreboot-4e21dee863ed5622b83a6461c00c8911b608d323.zip
Documentation/*/fit.md: Fix reference to arm64 FIT implementation file
Change-Id: I5844642e25f4c9fe114f621446b4df1075500441 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/30174 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'Documentation/lib')
-rw-r--r--Documentation/lib/payloads/fit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md
index 53be92ecf7a3..24807bfc6a41 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.