linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig
@ 2015-05-15  5:47 Cyril Bur
  2015-05-15  5:47 ` [PATCH 2/2] powerpc: replace pseries_le_defconfig with a Makefile target using merge_config Cyril Bur
  2015-05-24  1:57 ` [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig Anton Blanchard
  0 siblings, 2 replies; 5+ messages in thread
From: Cyril Bur @ 2015-05-15  5:47 UTC (permalink / raw)
  To: linuxppc-dev

These two configs should be identical with the exception of big or little
endian

The big endian version has XMON_DEFAULT turned on while the little endian has
XMON_DEFAULT not set. Enable XMON_DEFAULT for little endian.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
---
 arch/powerpc/configs/pseries_le_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/pseries_le_defconfig b/arch/powerpc/configs/pseries_le_defconfig
index 09bc96e..2497c7d 100644
--- a/arch/powerpc/configs/pseries_le_defconfig
+++ b/arch/powerpc/configs/pseries_le_defconfig
@@ -298,6 +298,7 @@ CONFIG_CODE_PATCHING_SELFTEST=y
 CONFIG_FTR_FIXUP_SELFTEST=y
 CONFIG_MSI_BITMAP_SELFTEST=y
 CONFIG_XMON=y
+CONFIG_XMON_DEFAULT=y
 CONFIG_CRYPTO_TEST=m
 CONFIG_CRYPTO_PCBC=m
 CONFIG_CRYPTO_HMAC=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-25  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15  5:47 [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig Cyril Bur
2015-05-15  5:47 ` [PATCH 2/2] powerpc: replace pseries_le_defconfig with a Makefile target using merge_config Cyril Bur
2015-05-24  1:57 ` [PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig Anton Blanchard
2015-05-24  9:19   ` Denis Kirjanov
2015-05-25  0:46     ` Cyril Bur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).