]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_console.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[karo-tx-uboot.git] / common / cmd_console.c
index 5e0f990723b371c013fe315af27811db812fc2e4..50ddb011cd402d81dd9a6a19efed26f3baf6cb00 100644 (file)
@@ -28,8 +28,6 @@
 #include <command.h>
 #include <devices.h>
 
-#if defined(CONFIG_CMD_CONSOLE)
-
 extern void _do_coninfo (void);
 int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[])
 {
@@ -67,5 +65,3 @@ U_BOOT_CMD(
        "coninfo - print console devices and information\n",
        ""
 );
-
-#endif