On Fri, 2014-10-24 at 20:28 +0200, Hans de Goede wrote: > It is not used anywhere.
Might this be an oversight because sunxi is the only SoC with psci support so far? Marc, was this added intentionally with a usecase in mind or just a left over from an earlier version of the code? That said, I'd have expected that an NR_CPUS type setting would want to be part of the relevant PSCI backend, i.e. it would be more SoC specific. > > Signed-off-by: Hans de Goede <[email protected]> > --- > include/configs/sun7i.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/configs/sun7i.h b/include/configs/sun7i.h > index 966cbd8..7f7369c 100644 > --- a/include/configs/sun7i.h > +++ b/include/configs/sun7i.h > @@ -33,7 +33,6 @@ > #define CONFIG_ARMV7_VIRT 1 > #define CONFIG_ARMV7_NONSEC 1 > #define CONFIG_ARMV7_PSCI 1 > -#define CONFIG_ARMV7_PSCI_NR_CPUS 2 > #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE > #define CONFIG_SYS_CLK_FREQ 24000000 > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

