From 0652811c2ed9bf891dea50bf6078bf9f89b86f70 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 21 May 2013 15:23:55 +0800 Subject: ui/test: print default status of boot options Signed-off-by: Jeremy Kerr --- ui/test/discover-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/test/discover-test.c b/ui/test/discover-test.c index 5077937..b81d367 100644 --- a/ui/test/discover-test.c +++ b/ui/test/discover-test.c @@ -41,6 +41,7 @@ static int print_boot_option_add(struct device *dev, printf("\tboot: %s\n", opt->boot_image_file); printf("\tinit: %s\n", opt->initrd_file); printf("\targs: %s\n", opt->boot_args); + printf("\tdefault:%d\n", opt->is_default); return 0; } -- cgit v1.2.1