Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 428dbf15 authored by Babu Moger's avatar Babu Moger Committed by Michal Simek
Browse files

arch: change default endian for microblaze



Fix the default for microblaze. Michal Simek mentioned default for
microblaze should be CPU_LITTLE_ENDIAN.

Fixes : commit 206d3642 ("arch/microblaze: add choice for endianness
	and update Makefile")

Signed-off-by: default avatarBabu Moger <babu.moger@oracle.com>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 64c99853
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ config MICROBLAZE
# Endianness selection
choice
	prompt "Endianness selection"
	default CPU_BIG_ENDIAN
	default CPU_LITTLE_ENDIAN
	help
	  microblaze architectures can be configured for either little or
	  big endian formats. Be sure to select the appropriate mode.