Re: [U-Boot] [PATCH v2 2/4] ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCI

2016-09-23 Thread Jon Masters
On 09/23/2016 01:09 AM, Jon Masters wrote: > On 08/30/2016 03:22 AM, Masahiro Yamada wrote: >> If CONFIG_ARMV7_NONSEC is enabled, the linker script requires >> CONFIG_ARMV7_PSCI_NR_CPUS regardless of CONFIG_ARMV7_PSCI. >> >> Signed-off-by: Masahiro Yamada >&

Re: [U-Boot] [PATCH v2 2/4] ARM: armv7: guard memory reserve for PSCI with #ifdef CONFIG_ARMV7_PSCI

2016-09-23 Thread Jon Masters
On 08/30/2016 03:22 AM, Masahiro Yamada wrote: > If CONFIG_ARMV7_NONSEC is enabled, the linker script requires > CONFIG_ARMV7_PSCI_NR_CPUS regardless of CONFIG_ARMV7_PSCI. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: None > > arch/arm/cpu/u-boot.lds | 4 ++-- > 1 file changed, 2