From: Babu Moger <babu.moger@xxxxxxxxxx>
Date: Thu, 18 May 2017 18:36:06 -0600
@@ -91,6 +91,10 @@ config ARCH_DEFCONFIG32-bit sparc is big-endian too :-)
config ARCH_PROC_KCORE_TEXT
def_bool y
+config CPU_BIG_ENDIAN
+ bool
+ default y if SPARC64
+
So please don't use SPARC64 for the setting, use plain SPARC instead.