bundle_firmware.py: add 'fpf-status' binary region

Change-Id: I0741a2fd351226bc2249bb36cfacc28b1ec932c3
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/453381
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
diff --git a/host/lib/bundle_firmware.py b/host/lib/bundle_firmware.py
index 2e5f96d..090fc00 100644
--- a/host/lib/bundle_firmware.py
+++ b/host/lib/bundle_firmware.py
@@ -1010,7 +1010,7 @@
                        'ro-unused', 'ro-frid-pad', 'bios-unusable',
                        'device-extension', 'unused-hole', 'rw-gpt-primary',
                        'rw-gpt-secondary', 'rw-nvram', 'ro-unused-1',
-                       'ro-unused-2', 'rw-var-mrc-cache']:
+                       'ro-unused-2', 'rw-var-mrc-cache', 'fpf-status']:
             fdt.PutString(fdt_path, 'type', 'wiped')
             fdt.PutIntList(fdt_path, 'wipe-value', [0xff])
             self._GenerateWiped(label, area['size'], 0xff)