global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / cmd / bootmeth.c
index c9a27fe..9fbcccd 100644 (file)
@@ -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);