]> git.sur5r.net Git - u-boot/blobdiff - cmd/blk_common.c
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
[u-boot] / cmd / blk_common.c
index bf2f626dd652d5a5238b067f2d9fe13fa00a7cdd..643fd0bfbc8bee18c060e67914a1d176b45cd4cf 100644 (file)
@@ -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)
 {