diff options
Diffstat (limited to 'common/cmd_vfd.c')
-rw-r--r-- | common/cmd_vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c index 6fc0624..29c349d 100644 --- a/common/cmd_vfd.c +++ b/common/cmd_vfd.c @@ -73,7 +73,7 @@ U_BOOT_CMD( "vfd ADDR\n" " - load bitmap at address ADDR\n" ); -#endif /* CFG_CMD_VFD */ +#endif #ifdef CONFIG_VFD int trab_vfd (ulong bitmap) |