cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
authorStefan Roese <sr@denx.de>
Wed, 30 Jul 2008 07:59:51 +0000 (09:59 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 31 Jul 2008 08:44:26 +0000 (10:44 +0200)
commitebb86c4ecd37a7701358284e497ca4c6483c7cc5
tree60490bb930e5004d61dafd6c9ddc149187d7438e
parent2cb9080427fe641dcb71da46cd0634dd406f37ed
cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'

A recent patch used '#if (CONFIG_CMD_USB)' instead of
'#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
common/bootm.c compile again.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Markus Klotzbuecher <mk@denx.de>
common/cmd_bootm.c