summaryrefslogtreecommitdiff
path: root/futility/updater.c
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater.c')
-rw-r--r--futility/updater.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/futility/updater.c b/futility/updater.c
index 0880208d..e3f97277 100644
--- a/futility/updater.c
+++ b/futility/updater.c
@@ -1036,6 +1036,12 @@ static int preserve_images(struct updater_config *cfg)
* is finished.
*/
"RO_FSG",
+ /*
+ * TODO(hungte): crbug.com/936768: Remove SI_GBE, SI_PDR after
+ * both migrated to the new FMAP based preserve method.
+ */
+ "SI_GBE",
+ "SI_PDR"
};
errcnt += preserve_gbb(from, to, !cfg->factory_update);