]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/trab/trab.c
* Code cleanup:
[people/ms/u-boot.git] / board / trab / trab.c
index dd4105d97d3d40be5b404da0c2617ca01a5285f4..1a4f5c517c86c9fa4409a1ff0da59c735a1f85cd 100644 (file)
@@ -24,9 +24,9 @@
 /* #define DEBUG */
 
 #include <common.h>
-#include <cmd_bsp.h>
 #include <malloc.h>
 #include <s3c2400.h>
+#include <command.h>
 
 /* ------------------------------------------------------------------------- */
 
@@ -298,6 +298,12 @@ int do_kbd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
        return 0;
 }
 
+cmd_tbl_t U_BOOT_CMD(kbd) = MK_CMD_ENTRY(
+       "kbd",  1,      1,      do_kbd,
+       "kbd     - read keyboard status\n",
+       NULL
+);
+
 #ifdef CONFIG_MODEM_SUPPORT
 static int key_pressed(void)
 {