[PATCH 2/6] ARM: add Highbank core platform support

Russell King - ARM Linux linux at arm.linux.org.uk
Wed Aug 17 03:43:07 EDT 2011


On Tue, Aug 16, 2011 at 03:34:54PM -0500, Rob Herring wrote:
> +config ARCH_HIGHBANK
> +	bool "Calxeda Highbank-based"
> +	select CPU_V7
> +	select AUTO_ZRELADDR
> +	select ARM_PATCH_PHYS_VIRT
> +	select ARM_GIC
> +	select HAVE_ARM_SCU
> +	select ARM_AMBA
> +	select ARM_TIMER_SP804
> +	select PL330
> +	select CLKDEV_LOOKUP
> +	select GENERIC_CLOCKEVENTS
> +	select USE_OF
> +	select ARCH_WANT_OPTIONAL_GPIOLIB

Please arrange these select statements in alphabetical order.

> diff --git a/arch/arm/mach-highbank/include/mach/memory.h b/arch/arm/mach-highbank/include/mach/memory.h
> new file mode 100644
> index 0000000..8b13789
> --- /dev/null
> +++ b/arch/arm/mach-highbank/include/mach/memory.h
> @@ -0,0 +1 @@
> +

It's good practice to put something in a file other than a blank line.



More information about the linux-arm-kernel mailing list