Add support for IMA (In Memory Accumulation) catalog pnor partiton.
IMA is part of the 24x7 function that collects HW info for perf
optimization.
diff --git a/openpower/configs/habanero_defconfig b/openpower/configs/habanero_defconfig
index 674bcc0..db47fdf 100644
--- a/openpower/configs/habanero_defconfig
+++ b/openpower/configs/habanero_defconfig
@@ -14,6 +14,8 @@
BR2_HOSTBOOT_BINARY_SBE_FILENAME="venice_sbe.img.ecc"
BR2_HOSTBOOT_BINARY_SBEC_FILENAME="centaur_sbec_pad.img.ecc"
BR2_HOSTBOOT_BINARY_WINK_FILENAME="p8.ref_image.hdr.bin.ecc"
+BR2_IMA_CATALOG_FILENAME="ima_catalog.bin"
+BR2_IMA_CATALOG_ECC_FILENAME="ima_catalog.bin.ecc"
BR2_OCC_BIN_FILENAME="occ.bin"