diff options
Diffstat (limited to 'cmd/font.c')
-rw-r--r-- | cmd/font.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/font.c b/cmd/font.c index cb39c88063f..eb13fb12f79 100644 --- a/cmd/font.c +++ b/cmd/font.c @@ -6,7 +6,6 @@ * Written by Simon Glass <sjg@chromium.org> */ -#include <common.h> #include <command.h> #include <dm.h> #include <video.h> @@ -78,7 +77,6 @@ static int do_font_size(struct cmd_tbl *cmdtp, int flag, int argc, return 0; } - U_BOOT_LONGHELP(font, "list - list available fonts\n" "font select <name> [<size>] - select font to use\n" |