| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| From: Hari Bathini <hbathini@linux.ibm.com> |
| Date: Wed, 9 Oct 2019 19:34:29 +0530 |
| Subject: [PATCH 2/3] powerpc/configs: add FADump awareness to |
| FADump is supported on PowerNV platform. To fulfill this support, the |
| petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP |
| to make the petitboot kernel FADump aware. |
| Signed-off-by: Hari Bathini <hbathini@linux.ibm.com> |
| Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
| Link: https://lore.kernel.org/r/157062986936.23016.10146169203560084401.stgit@hbathini.in.ibm.com |
| (cherry picked from commit aaa351504449c4babb80753c72920e4b25fbd8a9) |
| Signed-off-by: Joel Stanley <joel@jms.id.au> |
| arch/powerpc/configs/skiroot_defconfig | 1 + |
| 1 file changed, 1 insertion(+) |
| diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig |
| index 1253482a67c0..1e18454083ff 100644 |
| --- a/arch/powerpc/configs/skiroot_defconfig |
| +++ b/arch/powerpc/configs/skiroot_defconfig |
| @@ -46,6 +46,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y |
| +CONFIG_PRESERVE_FA_DUMP=y |
| # CONFIG_COMPACTION is not set |