[RFC PATCH 11/11] ARM: Allow ARCH_MULTIPLATFORM to be selected for NOMMU
Afzal Mohammed
afzal.mohd.ma at gmail.com
Thu Nov 24 09:28:26 PST 2016
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.
Regards
afzal
More information about the linux-arm-kernel
mailing list