[U-Boot] [PATCH 1/2] arm64: booti: update "res1" field to "flags"
Masahiro Yamada
yamada.masahiro at socionext.com
Wed Feb 22 02:34:25 UTC 2017
As Documentation/arm64/booting.txt of the latest Linux says,
the field "res1" is now "flags".
Signed-off-by: Masahiro Yamada <yamada.masahiro at 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
More information about the U-Boot
mailing list