[PATCH 2/3] ARM: CSR: mapping early DEBUG_LL uart

Barry Song 21cnbao at gmail.com
Wed Jul 6 07:53:14 EDT 2011


hi Russell,

2011/7/6 Russell King - ARM Linux <linux at arm.linux.org.uk>:
> On Wed, Jul 06, 2011 at 02:47:57AM -0700, Barry Song wrote:
>> Signed-off-by: Barry Song <bs14 at csr.com>
>
> Surely this should be part of the first patch, which won't build without
> this one if DEBUG_LL is enabled?

i guess that can get fixed by:

static void __init sirfsoc_map_io(void)
{
        sirfsoc_map_lluart();
}

MACHINE_START(PRIMA2_EVB, "prima2cb")
      ...
       .map_io         = sirfsoc_map_io,
      ...
MACHINE_END

>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

Thanks
barry



More information about the linux-arm-kernel mailing list