Re: [U-Boot] [PATCH] sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS

2014-11-16 Thread Ian Campbell
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

Re: [U-Boot] [PATCH] sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS

2014-11-16 Thread Marc Zyngier
On Sun, Nov 16 2014 at 11:19:02 AM, Ian Campbell i...@hellion.org.uk wrote: 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

Re: [U-Boot] [PATCH] sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS

2014-11-16 Thread Ian Campbell
On Sun, 2014-11-16 at 12:59 +, Marc Zyngier wrote: On Sun, Nov 16 2014 at 11:19:02 AM, Ian Campbell i...@hellion.org.uk wrote: 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

[U-Boot] [PATCH] sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUS

2014-10-26 Thread Hans de Goede
It is not used anywhere. Signed-off-by: Hans de Goede hdego...@redhat.com --- 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 @@