summaryrefslogtreecommitdiff
path: root/cmd/blk_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/blk_common.c')
-rw-r--r--cmd/blk_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/blk_common.c b/cmd/blk_common.c
index bf2f626dd6..643fd0bfbc 100644
--- a/cmd/blk_common.c
+++ b/cmd/blk_common.c
@@ -12,7 +12,7 @@
#include <common.h>
#include <blk.h>
-#ifdef HAVE_BLOCK_DEVICE
+#ifdef CONFIG_HAVE_BLOCK_DEVICE
int blk_common_cmd(int argc, char * const argv[], enum if_type if_type,
int *cur_devnump)
{