Re: [U-Boot] [PATCH v3 09/10] sun5i: add defines used by the PSCI code

2016-10-27 Thread Antoine Tenart
Hi, On Wed, Oct 26, 2016 at 02:34:30PM +0200, Maxime Ripard wrote: > On Wed, Oct 26, 2016 at 02:10:32PM +0200, Antoine Tenart wrote: > > The sun5i SoCs can take advantage of the newly introduce PSCI suspend > > function. Add defines used by the PSCI code. > > > > Signed-off-by: Antoine Tenart >

Re: [U-Boot] [PATCH v3 09/10] sun5i: add defines used by the PSCI code

2016-10-26 Thread Maxime Ripard
Hi, On Wed, Oct 26, 2016 at 02:10:32PM +0200, Antoine Tenart wrote: > The sun5i SoCs can take advantage of the newly introduce PSCI suspend > function. Add defines used by the PSCI code. > > Signed-off-by: Antoine Tenart > --- > include/configs/sun5i.h | 3 +++ > 1 file changed, 3 insertions(+)

[U-Boot] [PATCH v3 09/10] sun5i: add defines used by the PSCI code

2016-10-26 Thread Antoine Tenart
The sun5i SoCs can take advantage of the newly introduce PSCI suspend function. Add defines used by the PSCI code. Signed-off-by: Antoine Tenart --- include/configs/sun5i.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/sun5i.h b/include/configs/sun5i.h index d2576599036a