Regnerate defconfigs

Someone has been editing them by hand which means extra noise when doing
updates. Regenerate them by doing:

for config in `ls openpower/configs/*_defconfig`; do
	op-build `basename $config`
	op-build savedefconfig
done

Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/firenze_defconfig b/openpower/configs/firenze_defconfig
index 33b9092..a75f9ee 100644
--- a/openpower/configs/firenze_defconfig
+++ b/openpower/configs/firenze_defconfig
@@ -48,6 +48,6 @@
 BR2_PACKAGE_PETITBOOT_MTD=y
 # BR2_PACKAGE_HOST_P8_PORE_BINUTILS is not set
 # BR2_PACKAGE_OCC is not set
-# BR2_PACKAGE_IMA_CATALOG is not set
 # BR2_PACKAGE_CAPP_UCODE is not set
 BR2_PACKAGE_LOADKEYS=y
+# BR2_PACKAGE_IMA_CATALOG is not set