Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756507AbdIRSGF (ORCPT ); Mon, 18 Sep 2017 14:06:05 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:28735 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753811AbdIRSGE (ORCPT ); Mon, 18 Sep 2017 14:06:04 -0400 Subject: Re: [PATCH 2/2] arch: change default endian for microblaze To: monstr@monstr.eu, jejb@parisc-linux.org, deller@gmx.de, davem@davemloft.net, akpm@linux-foundation.org Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org References: <1505753609-602923-1-git-send-email-babu.moger@oracle.com> <1505753609-602923-3-git-send-email-babu.moger@oracle.com> From: Babu Moger Organization: Oracle Corporation Message-ID: Date: Mon, 18 Sep 2017 13:05:45 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1165 Lines: 37 On 9/18/2017 12:49 PM, Michal Simek wrote: > 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 >> Cc: Michal Simek >> --- >> 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 Thanks. > If you want me to take this through my microblaze tree please let me know. Sure. Thanks > > Thanks, > Michal >