mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-19 05:34:08 +00:00
arch: change default endian for microblaze
Fix the default for microblaze. Michal Simek mentioned default for
microblaze should be CPU_LITTLE_ENDIAN.
Fixes : commit 206d3642d8
("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>
This commit is contained in:
parent
64c99853ba
commit
428dbf156c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ config MICROBLAZE
|
||||||
# Endianness selection
|
# Endianness selection
|
||||||
choice
|
choice
|
||||||
prompt "Endianness selection"
|
prompt "Endianness selection"
|
||||||
default CPU_BIG_ENDIAN
|
default CPU_LITTLE_ENDIAN
|
||||||
help
|
help
|
||||||
microblaze architectures can be configured for either little or
|
microblaze architectures can be configured for either little or
|
||||||
big endian formats. Be sure to select the appropriate mode.
|
big endian formats. Be sure to select the appropriate mode.
|
||||||
|
|
Loading…
Add table
Reference in a new issue