arch: Fix duplicates in Kconfig for parisc and sparc
Fix duplicates for sparc and parisc. This was due these following commits. 1. commit4c97a0c8fe
("arch: define CPU_BIG_ENDIAN for all fixed big endian archs") 2. commit97d9f96916
("arch/sparc: Define config parameter CPU_BIG_ENDIAN") 3. commit74ad3d28af
("parisc: Define CONFIG_CPU_BIG_ENDIAN") Remove duplicates. Signed-off-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -61,9 +61,6 @@ config PARISC
|
|||||||
config CPU_BIG_ENDIAN
|
config CPU_BIG_ENDIAN
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config CPU_BIG_ENDIAN
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config MMU
|
config MMU
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
@@ -96,9 +96,6 @@ config ARCH_PROC_KCORE_TEXT
|
|||||||
config CPU_BIG_ENDIAN
|
config CPU_BIG_ENDIAN
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
config CPU_BIG_ENDIAN
|
|
||||||
def_bool y
|
|
||||||
|
|
||||||
config ARCH_ATU
|
config ARCH_ATU
|
||||||
bool
|
bool
|
||||||
default y if SPARC64
|
default y if SPARC64
|
||||||
|
Reference in New Issue
Block a user