diff mbox

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

Message ID 1505753609-602923-3-git-send-email-babu.moger@oracle.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Babu Moger Sept. 18, 2017, 4:53 p.m. UTC
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(-)

Comments

Michal Simek Sept. 18, 2017, 5:49 p.m. UTC | #1
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
Babu Moger Sept. 18, 2017, 6:05 p.m. UTC | #2
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 <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>
Thanks.
> If you want me to take this through my microblaze tree please let me know.
Sure. Thanks
>
> Thanks,
> Michal
>

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Michal Simek Sept. 25, 2017, 1:37 p.m. UTC | #3
On 18.9.2017 20:05, Babu Moger wrote:
> 
> 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 <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>
> Thanks.
>> If you want me to take this through my microblaze tree please let me
>> know.
> Sure. Thanks

I can't see this in linux-next yet that's why pplied this one to mb/next
to be the part of my pull request.

Thanks,
Michal
diff mbox

Patch

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.