[RFC PATCH 11/11] ARM: Allow ARCH_MULTIPLATFORM to be selected for NOMMU
Vladimir Murzin
vladimir.murzin at arm.com
Thu Nov 24 09:33:33 PST 2016
On 24/11/16 17:28, Afzal Mohammed wrote:
> Hi,
>
> On Wed, Nov 23, 2016 at 04:07:22PM +0000, Vladimir Murzin wrote:
>
>> I think this one is fixed by
>>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index 8e7496c..c3349b9 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -2019,7 +2019,7 @@ config XIP_PHYS_ADDR
>> config KEXEC
>> bool "Kexec system call (EXPERIMENTAL)"
>> depends on (!SMP || PM_SLEEP_SMP)
>> - depends on !CPU_V7M
>> + depends on MMU
>
>> These we fixed in 9001214 ("ARM: imx: no need to select SMP_ON_UP explicitly")
>
>> Thanks for trying it. Just a gentle remainder not to forget to set DRAM_BASE
>> and DRAM_SIZE ;)
>
> Thanks for the info.
>
> Based on your feedback, have been able to build multi_v7 w/ MMU & SMP
> disabled.
>
> Trying to get something in the console on Cortex A platform.
Make sure you have ARM_MPU disabled, otherwise it will die early (I keep
proper patch for that here).
Cheers
Vladimir
>
> Regards
> afzal
>
More information about the linux-arm-kernel
mailing list