[PATCH] powerpc/powernv: Build a zImage.epapr
Benjamin Herrenschmidt
benh at kernel.crashing.org
Wed May 22 19:00:22 EST 2013
The zImage.epapr wrapper allows to use zImages when booting via a flat
device-tree which can be used on powernv.
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
TODO: Make the main zImage.pseries cope with an epapr boot...
diff --git a/arch/powerpc/platforms/powernv/Kconfig b/arch/powerpc/platforms/powernv/Kconfig
index 91bec0e..a18e9b7 100644
--- a/arch/powerpc/platforms/powernv/Kconfig
+++ b/arch/powerpc/platforms/powernv/Kconfig
@@ -6,6 +6,7 @@ config PPC_POWERNV
select PPC_ICP_NATIVE
select PPC_P7_NAP
select PPC_PCI_CHOICE if EMBEDDED
+ select EPAPR_BOOT
default y
config POWERNV_MSI
More information about the Linuxppc-dev
mailing list