* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c
index 3ef1395..61ebe1c 100644
--- a/common/cmd_vfd.c
+++ b/common/cmd_vfd.c
@@ -64,6 +64,13 @@
transfer_pic(3, (uchar *)bitmap, VFD_LOGO_HEIGHT, VFD_LOGO_WIDTH);
return 0;
}
+
+cmd_tbl_t U_BOOT_CMD(VFD) = MK_CMD_ENTRY(
+ "vfd", 2, 0, do_vfd,
+ "vfd - load a bitmap to the VFDs on TRAB\n",
+ "N\n"
+ " - load bitmap N to the VFDs (N is _decimal_ !!!)\n"
+);
#endif /* CFG_CMD_VFD */
#ifdef CONFIG_VFD