arch: change default endian for microblaze
authorBabu Moger <babu.moger@oracle.com>
Mon, 18 Sep 2017 16:53:29 +0000 (10:53 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 25 Sep 2017 13:31:26 +0000 (15:31 +0200)
Fix the default for microblaze. Michal Simek mentioned default for
microblaze should be CPU_LITTLE_ENDIAN.

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

Signed-off-by: Babu Moger <babu.moger@oracle.com>
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Kconfig

index 9d26abd..4f798aa 100644 (file)
@@ -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.