]> git.sur5r.net Git - u-boot/blobdiff - cmd/reiser.c
Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / cmd / reiser.c
index cbdad36da074e818a80d15f1de1926781d3906db..9c3e9e9e582be7e19d1dcc8106397867fce6ae66 100644 (file)
@@ -18,7 +18,7 @@
 #include <reiserfs.h>
 #include <part.h>
 
-#ifndef CONFIG_DOS_PARTITION
+#if !CONFIG_IS_ENABLED(DOS_PARTITION)
 #error DOS partition support must be selected
 #endif