
22 Feb
2017
22 Feb
'17
3:34 a.m.
As Documentation/arm64/booting.txt of the latest Linux says, the field "res1" is now "flags".
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com ---
cmd/booti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/booti.c b/cmd/booti.c index bff87a8..f65f0e7 100644 --- a/cmd/booti.c +++ b/cmd/booti.c @@ -20,7 +20,7 @@ struct Image_header { uint32_t code1; /* Executable code */ uint64_t text_offset; /* Image load offset, LE */ uint64_t image_size; /* Effective Image size, LE */ - uint64_t res1; /* reserved */ + uint64_t flags; /* kernel flags, LE */ uint64_t res2; /* reserved */ uint64_t res3; /* reserved */ uint64_t res4; /* reserved */
--
1.9.1