From 68e6eceae99c694dff8bb3c26924b8643012189a Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 22 Sep 2013 11:52:34 +0200 Subject: bootm: Add dryrun support This adds support for checking the bootm command without actually booting. Signed-off-by: Sascha Hauer --- include/boot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/boot.h') diff --git a/include/boot.h b/include/boot.h index 3bb55e7b2e..84b4fd0b35 100644 --- a/include/boot.h +++ b/include/boot.h @@ -14,6 +14,7 @@ struct bootm_data { int verbose; bool verify; bool force; + bool dryrun; unsigned long initrd_address; unsigned long os_address; unsigned long os_entry; @@ -64,6 +65,7 @@ struct image_data { int verify; int verbose; int force; + int dryrun; }; struct image_handler { -- cgit v1.2.3