[U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- include/configs/mx6qsabrelite.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador wrote: > OpenEmbedded has change partitioning layout of generated image so it > does not raise warnings during the boot regarding unkown partition > being used for U-Boot. > > Signed-off-by: Otavio Salvador > --- > include/configs/mx6qsabrelite.h

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson wrote: > On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador > wrote: >> OpenEmbedded has change partitioning layout of generated image so it >> does not raise warnings during the boot regarding unkown partition >> being used for U-Boot. >> >> Signed-o

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Robert Nelson
On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador wrote: > On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson > wrote: >> On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador >> wrote: >>> OpenEmbedded has change partitioning layout of generated image so it >>> does not raise warnings during the boot r

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson wrote: > On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador > wrote: >> On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson >> wrote: >>> On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador >>> wrote: OpenEmbedded has change partitioning layout of gen

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Eric Nelson
On 09/19/2012 11:22 AM, Otavio Salvador wrote: On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson wrote: On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador wrote: On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson wrote: On Wed, Sep 19, 2012 at 10:13 AM, Otavio Salvador wrote: OpenEmbedded has ch

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 8:40 PM, Eric Nelson wrote: > On 09/19/2012 11:22 AM, Otavio Salvador wrote: >> >> On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson >> wrote: >>> >>> On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador >>> wrote: On Wed, Sep 19, 2012 at 2:57 PM, Robert Nelson wr

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Eric Nelson
Hi Otavio, On 09/19/2012 04:51 PM, Otavio Salvador wrote: On Wed, Sep 19, 2012 at 8:40 PM, Eric Nelson wrote: On 09/19/2012 11:22 AM, Otavio Salvador wrote: On Wed, Sep 19, 2012 at 3:08 PM, Robert Nelson wrote: On Wed, Sep 19, 2012 at 1:00 PM, Otavio Salvador wrote: On Wed, Sep 19, 2

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 9:58 PM, Eric Nelson wrote: > On 09/19/2012 04:51 PM, Otavio Salvador wrote: >> I sort of agree; do you use 2 or 3 partitions in this case? >> > > Or 1 or 9? > > I'm actually not kidding here. The current Freescale Android image > (R13.4-Beta) actually does want 9 partition

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Eric Nelson
Hi Octavio, On 09/19/2012 06:15 PM, Otavio Salvador wrote: On Wed, Sep 19, 2012 at 9:58 PM, Eric Nelson wrote: On 09/19/2012 04:51 PM, Otavio Salvador wrote: I sort of agree; do you use 2 or 3 partitions in this case? Or 1 or 9? I'm actually not kidding here. The current Freescale Androi

Re: [U-Boot] [PATCH 2/3] mx6qsabrelite: Change default environment to cope with OE changes

2012-09-19 Thread Otavio Salvador
On Wed, Sep 19, 2012 at 10:29 PM, Eric Nelson wrote: > On 09/19/2012 06:15 PM, Otavio Salvador wrote: >> On Wed, Sep 19, 2012 at 9:58 PM, Eric Nelson >> wrote: >>> The best part of doing it in OE is that the same commit should be able to >>> update both the environment variables (or boot script)