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 --- ui/twin/pbt-client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/twin') diff --git a/ui/twin/pbt-client.c b/ui/twin/pbt-client.c index 09d8e99..445c865 100644 --- a/ui/twin/pbt-client.c +++ b/ui/twin/pbt-client.c @@ -147,6 +147,8 @@ static int pbt_boot_option_add(struct device *dev, struct boot_option *opt, opt->boot_image_file); opt_data->bd->initrd = talloc_strdup(opt_data->bd, opt->initrd_file); + opt_data->bd->dtb = talloc_strdup(opt_data->bd, + opt->dtb_file); opt_data->bd->args = talloc_strdup(opt_data->bd, opt->boot_args); opt_data->opt = opt; -- cgit v1.2.1