Skip to content

Commit

Permalink
arch: Fix duplicates in Kconfig for parisc and sparc
Browse files Browse the repository at this point in the history
Fix duplicates for sparc and parisc. This was due these following commits.

1. commit 4c97a0c ("arch: define CPU_BIG_ENDIAN for all fixed big
   endian archs")
2. commit 97d9f96 ("arch/sparc: Define config parameter
   CPU_BIG_ENDIAN")
3. commit 74ad3d2 ("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>
  • Loading branch information
Babu Moger authored and Helge Deller committed Nov 17, 2017
1 parent bc5a768 commit 7b8b098
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ config PARISC
config CPU_BIG_ENDIAN
def_bool y

config CPU_BIG_ENDIAN
def_bool y

config MMU
def_bool y

Expand Down
3 changes: 0 additions & 3 deletions arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ config ARCH_PROC_KCORE_TEXT
config CPU_BIG_ENDIAN
def_bool y

config CPU_BIG_ENDIAN
def_bool y

config ARCH_ATU
bool
default y if SPARC64
Expand Down

0 comments on commit 7b8b098

Please sign in to comment.