85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
[oweals/u-boot.git] / board / pcippc2 / pcippc2.c
index a216c55bc6ad149be937e92d0fb4a9a92b0933e3..1148c6aa273d814501f772917d11469db8ce5d43 100644 (file)
@@ -202,7 +202,7 @@ void watchdog_reset (void)
                enable_interrupts ();
 }
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
 int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
        switch (argc) {
@@ -241,5 +241,5 @@ U_BOOT_CMD(
        "wd      - print current status\n"
 );
 
-#endif /* CFG_CMD_BSP */
+#endif
 #endif /* CONFIG_WATCHDOG */