ppx4xx: Fix sdram init on PMC440 boards
[oweals/u-boot.git] / common / cmd_bdinfo.c
index ef15a006cd19af522fd51b311c3dfeeecddf9550..d05998366b150e82f6200f249c017c2c989c052d 100644 (file)
@@ -30,7 +30,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#if defined(CONFIG_CMD_BDI)
 static void print_num(const char *, ulong);
 
 #ifndef CONFIG_ARM     /* PowerPC and other */
@@ -350,4 +349,3 @@ U_BOOT_CMD(
        "bdinfo  - print Board Info structure\n",
        NULL
 );
-#endif