diff options
author | Geoff Levand <geoff@infradead.org> | 2013-04-15 15:23:05 -0700 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-06-24 13:07:57 +0800 |
commit | c11bcba9a99e858e618f4d872a5be7d52dcaaa5a (patch) | |
tree | feff36ae437774c66bd19b9ce6b16b19e8d7da0e /ui/test | |
parent | 9f895134427d9a72be3d296e596c0360014a9753 (diff) | |
download | petitboot-c11bcba9a99e858e618f4d872a5be7d52dcaaa5a.zip petitboot-c11bcba9a99e858e618f4d872a5be7d52dcaaa5a.tar.gz |
Add initial dtb support
Updates & fixes by Jeremy Kerr <jk@ozlabs.org>.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/test')
-rw-r--r-- | ui/test/discover-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c index b81d367..45a4c74 100644 --- a/ui/test/discover-test.c +++ b/ui/test/discover-test.c @@ -22,6 +22,7 @@ static int print_device_add(struct device *device, printf("\t\ticon: %s\n", opt->icon_file); printf("\t\tboot: %s\n", opt->boot_image_file); printf("\t\tinit: %s\n", opt->initrd_file); + printf("\t\tdtb: %s\n", opt->dtb_file); printf("\t\targs: %s\n", opt->boot_args); } |