]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
mvbc_p board: fix most build warnings.
[u-boot] / common / cmd_bootm.c
index 4040a691dd7166d6c01b43902f7cf7398c0ad7df..18682fe5a247c1cb538bdbc71c22aeec43b09021 100644 (file)
@@ -36,7 +36,7 @@
 #include <lmb.h>
 #include <asm/byteorder.h>
 
-#if (CONFIG_CMD_USB)
+#if defined(CONFIG_CMD_USB)
 #include <usb.h>
 #endif
 
@@ -217,7 +217,7 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
         */
        iflag = disable_interrupts();
 
-#if (CONFIG_CMD_USB)
+#if defined(CONFIG_CMD_USB)
        /*
         * turn off USB to prevent the host controller from writing to the
         * SDRAM while Linux is booting. This could happen (at least for OHCI