Message ID | 1487730866-19447-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm64: booti: update "res1" field to "flags" | expand |
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 */
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(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot