ppx4xx: Fix sdram init on PMC440 boards
[oweals/u-boot.git] / common / cmd_console.c
index 530e3453c74c5277f07b34c84eab639159991d05..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 /* CFG_CMD_CONSOLE */