summaryrefslogtreecommitdiff
path: root/include/android_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android_image.h')
-rw-r--r--include/android_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/android_image.h b/include/android_image.h
index 54d25af0684..2bdcab9122d 100644
--- a/include/android_image.h
+++ b/include/android_image.h
@@ -20,9 +20,9 @@
#define ANDR_BOOT_ARGS_SIZE 512
#define ANDR_BOOT_EXTRA_ARGS_SIZE 1024
-/* The bootloader expects the structure of andr_img_hdr with header
+/* The bootloader expects the structure of andr_boot_img_hdr_v0 with header
* version 0 to be as follows: */
-struct andr_img_hdr {
+struct andr_boot_img_hdr_v0 {
/* Must be ANDR_BOOT_MAGIC. */
char magic[ANDR_BOOT_MAGIC_SIZE];