diff mbox

[08/19] highbank: enable big-endian

Message ID 1377639509-22778-9-git-send-email-ben.dooks@codethink.co.uk (mailing list archive)
State New, archived
Headers show

Commit Message

Ben Dooks Aug. 27, 2013, 9:38 p.m. UTC
Apart from a xgmac driver issue, the highbank seems to work correctly in
big-endian mode. Allow the selection of big-endian in the system.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
 arch/arm/mach-highbank/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring Aug. 28, 2013, 3:21 p.m. UTC | #1
On Tue, Aug 27, 2013 at 4:38 PM, Ben Dooks <ben.dooks@codethink.co.uk> wrote:
> Apart from a xgmac driver issue, the highbank seems to work correctly in
> big-endian mode. Allow the selection of big-endian in the system.
>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> ---
>  arch/arm/mach-highbank/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
> index cd9fcb1..4f57554 100644
> --- a/arch/arm/mach-highbank/Kconfig
> +++ b/arch/arm/mach-highbank/Kconfig
> @@ -18,3 +18,4 @@ config ARCH_HIGHBANK
>         select PL320_MBOX
>         select SPARSE_IRQ
>         select USE_OF
> +       select ARCH_SUPPORTS_BIG_ENDIAN

The select entries should be sorted.

Rob
Ben Dooks Aug. 30, 2013, 6:50 p.m. UTC | #2
On 28/08/13 16:21, Rob Herring wrote:
> On Tue, Aug 27, 2013 at 4:38 PM, Ben Dooks<ben.dooks@codethink.co.uk>  wrote:
>> Apart from a xgmac driver issue, the highbank seems to work correctly in
>> big-endian mode. Allow the selection of big-endian in the system.
>>
>> Signed-off-by: Ben Dooks<ben.dooks@codethink.co.uk>
>> ---
>>   arch/arm/mach-highbank/Kconfig |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
>> index cd9fcb1..4f57554 100644
>> --- a/arch/arm/mach-highbank/Kconfig
>> +++ b/arch/arm/mach-highbank/Kconfig
>> @@ -18,3 +18,4 @@ config ARCH_HIGHBANK
>>          select PL320_MBOX
>>          select SPARSE_IRQ
>>          select USE_OF
>> +       select ARCH_SUPPORTS_BIG_ENDIAN
>
> The select entries should be sorted.
>
> Rob

Ok, will sort this out.
diff mbox

Patch

diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
index cd9fcb1..4f57554 100644
--- a/arch/arm/mach-highbank/Kconfig
+++ b/arch/arm/mach-highbank/Kconfig
@@ -18,3 +18,4 @@  config ARCH_HIGHBANK
 	select PL320_MBOX
 	select SPARSE_IRQ
 	select USE_OF
+	select ARCH_SUPPORTS_BIG_ENDIAN