[PATCH v2] ARM: Kconfig: Do not force selection of ARCH_VEXPRESS by ARCH_MULTI_V7
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Jan 2 17:59:21 EST 2013
On Tue, Nov 20, 2012 at 03:18:38PM -0200, Fabio Estevam wrote:
> diff --git a/arch/arm/kernel/vmlinux.lds.S b/arch/arm/kernel/vmlinux.lds.S
> index b9f38e3..aa46be8 100644
> --- a/arch/arm/kernel/vmlinux.lds.S
> +++ b/arch/arm/kernel/vmlinux.lds.S
> @@ -310,4 +310,6 @@ SECTIONS
> * binutils is too old (for other reasons as well)
> */
> ASSERT((__proc_info_end - __proc_info_begin), "missing CPU support")
> +#ifndef CONFIG_ARCH_MULTIPLATFORM
> ASSERT((__arch_info_end - __arch_info_begin), "no machine record defined")
> +#endif
This is wrong. So you want a kernel build which produces an unbootable
kernel (because it contains absolutely no platform support of any kind,
not even any DT platform support) to succeed?
More information about the linux-arm-kernel
mailing list