galaxys
diff --git a/install.c b/install.c
index bbdb854..de3ec73 100644
--- a/install.c
+++ b/install.c
@@ -90,11 +90,13 @@
         fclose(f);
     }
 
+#ifndef BOARD_HAS_NO_MISC_PARTITION
     if (remember_firmware_update(type, data, data_size)) {
         LOGE("Can't store %s image\n", type);
         free(data);
         return INSTALL_ERROR;
     }
+#endif
     free(filename);
 
     return INSTALL_SUCCESS;