]> Git Repo - J-u-boot.git/blobdiff - cmd/bloblist.c
cmd: bind: Fix driver binding on a device
[J-u-boot.git] / cmd / bloblist.c
index bb2e682ff849810b56b204d807d53c88b4fa7c67..21e7ff67af205d574fb1ae333c1f21f347ea1e4e 100644 (file)
@@ -9,6 +9,7 @@
 #include <common.h>
 #include <bloblist.h>
 #include <command.h>
+#include <asm/global_data.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -28,9 +29,11 @@ static int do_bloblist_list(struct cmd_tbl *cmdtp, int flag, int argc,
        return 0;
 }
 
+#ifdef CONFIG_SYS_LONGHELP
 static char bloblist_help_text[] =
        "info   - show information about the bloblist\n"
        "bloblist list   - list blobs in the bloblist";
+#endif
 
 U_BOOT_CMD_WITH_SUBCMDS(bloblist, "Bloblists", bloblist_help_text,
        U_BOOT_SUBCMD_MKENT(info, 1, 1, do_bloblist_info),
This page took 0.025037 seconds and 4 git commands to generate.