]> git.sur5r.net Git - u-boot/blobdiff - cmd/zfs.c
board: ti: x15: Add support for beagle_X15 revC
[u-boot] / cmd / zfs.c
index 8f0c410ad83191a0e2c650eb1f8a6d5c425077e1..3ed9912d19bd4d43a310233ff87e30a24917fcf9 100644 (file)
--- a/cmd/zfs.c
+++ b/cmd/zfs.c
@@ -24,7 +24,7 @@
 #include <usb.h>
 #endif
 
-#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION)
+#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !CONFIG_IS_ENABLED(EFI_PARTITION)
 #error DOS or EFI partition support must be selected
 #endif