Re: [U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > This enables LP0 to support suspend / resume on Seaboard. > > Signed-off-by: Simon Glass FYI, I've read through all the patches in this series and besides the comments I've already made, I think they're OK. I didn't review some of the changes that wer

Re: [U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

2012-01-14 Thread Mike Frysinger
On Friday 13 January 2012 16:35:35 Simon Glass wrote: > --- a/include/configs/tegra2-common.h > +++ b/include/configs/tegra2-common.h > > /* > + * QUOTE(m) will evaluate to a string version of the value of the macro m > + * passed in. The extra level of indirection here is to first evaluate > +

[U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

2012-01-13 Thread Simon Glass
This enables LP0 to support suspend / resume on Seaboard. Signed-off-by: Simon Glass --- include/configs/seaboard.h |8 include/configs/tegra2-common.h | 17 + 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/includ