openpower: Fix opal_defconfig
OPAL defconfig is supposed to build the petitboot and skiboot
components along with the Linux kernel. It was accidentally
also building the P8 OCC firmware, and was missing the petitboot mtd
feature.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/configs/opal_defconfig b/openpower/configs/opal_defconfig
index 6bb38c5..2add31d 100644
--- a/openpower/configs/opal_defconfig
+++ b/openpower/configs/opal_defconfig
@@ -46,7 +46,9 @@
# BR2_PACKAGE_OPENPOWER_PNOR is not set
BR2_OPENPOWER_CONFIG_NAME="opal"
BR2_PACKAGE_PETITBOOT=y
+BR2_PACKAGE_PETITBOOT_MTD=y
# BR2_PACKAGE_HOST_P8_PORE_BINUTILS is not set
+# BR2_PACKAGE_OCC_P8 is not set
# BR2_PACKAGE_CAPP_UCODE is not set
BR2_SKIBOOT_DEVICETREE=y
# BR2_PACKAGE_IMA_CATALOG is not set