commit | f12e396e8d17cf41187ce674fed1f037a0c844d8 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Jun 29 21:03:46 2003 +0000 |
committer | wdenk <wdenk> | Sun Jun 29 21:03:46 2003 +0000 |
tree | 6a11d99f1e350d9046c1c0e17298fa2bccd7db3e | |
parent | bc16008cb9584d0ea87fd5d5c5e6fd570e3bbe07 [diff] [blame] |
Fix some missing commands, cleanup header files (autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index c6a16a4..6e813c6 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c
@@ -73,6 +73,13 @@ } } +cmd_tbl_t U_BOOT_CMD(BMP) = MK_CMD_ENTRY( + "bmp", 3, 1, do_bmp, + "bmp - manipulate BMP image data\n", + "info <imageAddr> - display image info\n" + "bmp display <imageAddr> - display image\n" +); + /* * Subroutine: bmp_info *