Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734332

Re: [PATCH 2/2] arch: change default endian for microblaze

From Michal Simek <monstr@monstr.eu>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] arch: change default endian for microblaze
Date 2017-09-18 19:50 +0200
Message-ID <ur8lb-TR-3@gated-at.bofh.it> (permalink)
References <ur7yO-mI-13@gated-at.bofh.it> <ur7yO-mI-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 18.9.2017 18:53, Babu Moger wrote:
> 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>
> ---
>  arch/microblaze/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
> index 9d26abd..4f798aa 100644
> --- a/arch/microblaze/Kconfig
> +++ b/arch/microblaze/Kconfig
> @@ -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.
> 

Acked-by: Michal Simek <michal.simek@xilinx.com>

If you want me to take this through my microblaze tree please let me know.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Fix duplicates and change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200
  [PATCH 2/2] arch: change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200
    Re: [PATCH 2/2] arch: change default endian for microblaze Michal Simek <monstr@monstr.eu> - 2017-09-18 19:50 +0200
      Re: [PATCH 2/2] arch: change default endian for microblaze Babu Moger <babu.moger@oracle.com> - 2017-09-18 20:10 +0200
        Re: [PATCH 2/2] arch: change default endian for microblaze Michal Simek <monstr@monstr.eu> - 2017-09-25 15:40 +0200
  [PATCH 1/2] arch: Fix duplicates in Kconfig for parisc and sparc Babu Moger <babu.moger@oracle.com> - 2017-09-18 19:00 +0200

csiph-web