diff options
author | Babu Moger <babu.moger@oracle.com> | 2017-09-18 12:53:29 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-09-25 09:31:26 -0400 |
commit | 428dbf156cc5a8f9994d1f1a5c79373d15476f3c (patch) | |
tree | 8d3894ae9f7fd2c1502703137a4557a05f0602db | |
parent | 64c99853baca40e2f06038c4a926009edd14c7c3 (diff) |
arch: change default endian for microblaze
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>
-rw-r--r-- | arch/microblaze/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 9d26abdf0dc1..4f798aa671dd 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig | |||
@@ -39,7 +39,7 @@ config MICROBLAZE | |||
39 | # Endianness selection | 39 | # Endianness selection |
40 | choice | 40 | choice |
41 | prompt "Endianness selection" | 41 | prompt "Endianness selection" |
42 | default CPU_BIG_ENDIAN | 42 | default CPU_LITTLE_ENDIAN |
43 | help | 43 | help |
44 | microblaze architectures can be configured for either little or | 44 | microblaze architectures can be configured for either little or |
45 | big endian formats. Be sure to select the appropriate mode. | 45 | big endian formats. Be sure to select the appropriate mode. |