[PATCH] ARM: xip: Use correct symbol for end of ROM marker
Chris Brandt
Chris.Brandt at renesas.com
Thu Nov 12 05:15:46 PST 2015
> I think below is required as well.
>
> --- a/arch/arm/kernel/module.c
> +++ b/arch/arm/kernel/module.c
> @@ -34,7 +36,7 @@
> * recompiling the whole kernel when CONFIG_XIP_KERNEL is turned on/off.
> */
> #undef MODULES_VADDR
> -#define MODULES_VADDR (((unsigned long)_etext + ~PMD_MASK) & PMD_MASK)
> +#define MODULES_VADDR (((unsigned long)_edata_loc + ~PMD_MASK) & PMD_MASK)
> #endif
Thank you!
Somehow I missed that file when I was moving from one tree to another when preparing my commits.
I'll update and resubmit the patch.
Chris
More information about the linux-arm-kernel
mailing list