From c11bcba9a99e858e618f4d872a5be7d52dcaaa5a Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Mon, 15 Apr 2013 15:23:05 -0700 Subject: Add initial dtb support Updates & fixes by Jeremy Kerr . Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr --- lib/types/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/types/types.h') diff --git a/lib/types/types.h b/lib/types/types.h index 5be2cb6..9fed7aa 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -24,6 +24,7 @@ struct boot_option { char *icon_file; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; bool is_default; @@ -36,6 +37,7 @@ struct boot_command { char *option_id; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; }; -- cgit v1.2.1