Skip to content
Snippets Groups Projects
Commit ebb86c4e authored by Stefan Roese's avatar Stefan Roese Committed by Wolfgang Denk
Browse files

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: default avatarStefan Roese <sr@denx.de>
Acked-by: default avatarMarkus Klotzbuecher <mk@denx.de>
parent 2cb90804
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment