[PATCH v2] ARM: Kconfig: Do not force selection of ARCH_VEXPRESS by ARCH_MULTI_V7

Fabio Estevam festevam at gmail.com
Wed Jan 2 18:03:52 EST 2013


On Wed, Jan 2, 2013 at 8:59 PM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> 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?

Ok, what about the first version?
https://patchwork.kernel.org/patch/1774521/

Regards,

Fabio Estevam



More information about the linux-arm-kernel mailing list