@@ -28,7 +28,7 @@ Notes:
- This header can also be reused to support EFI stub for RISC-V in future. EFI
specification needs PE/COFF image header in the beginning of the kernel image
in order to load it as an EFI application. In order to support EFI stub,
- code0 should be replaced with "MZ" magic string and res5(at offset 0x3c) should
+ code0 should be replaced with "MZ" magic string and res4 (at offset 0x3c) should
point to the rest of the PE/COFF header.
- version field indicate header version number.
This fixes a missing space before a "(" that I found when reading the documentation. Signed-off-by: Palmer Dabbelt <palmer@sifive.com> --- Documentation/riscv/boot-image-header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)