add bmlutils

Change-Id: Ia402c4fcd2881cfb7cf7318718933ed64a19ec6b
diff --git a/updater/install.c b/updater/install.c
index 759b688..5117706 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -649,7 +649,7 @@
         goto done;
     }
 
-#ifdef BOARD_HAS_CUSTOM_WRITE_RAW_IMAGE
+#ifdef BOARD_USES_BMLUTILS
     if (0 == write_raw_image(name, filename)) {
         result = partition;
     }