aboutsummaryrefslogtreecommitdiff
path: root/cmd/bootmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bootmeth.c')
-rw-r--r--cmd/bootmeth.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/bootmeth.c b/cmd/bootmeth.c
index c9a27fe8ac68..9fbcccdba7ef 100644
--- a/cmd/bootmeth.c
+++ b/cmd/bootmeth.c
@@ -69,7 +69,9 @@ static int do_bootmeth_list(struct cmd_tbl *cmdtp, int flag, int argc,
}
}
- if (order == -1)
+ if (ucp->flags & BOOTMETHF_GLOBAL)
+ printf("%5s", "glob");
+ else if (order == -1)
printf("%5s", "-");
else
printf("%5x", order);