Re: [U-Boot] [PATCH v3 08/28] Introduce generic global_data

2012-03-05 Thread Simon Glass
Hi Mike, On Mon, Mar 5, 2012 at 9:01 PM, Mike Frysinger wrote: > On Thursday 16 February 2012 09:48:55 Simon Glass wrote: >> --- /dev/null >> +++ b/include/asm-generic/global_data.h >> >> +typedef struct global_data { >> +     bd_t            *bd; >> +     unsigned long   flags; >> +     unsigned

Re: [U-Boot] [PATCH v3 08/28] Introduce generic global_data

2012-03-05 Thread Simon Glass
Hi Mike, On Mon, Mar 5, 2012 at 9:01 PM, Mike Frysinger wrote: > On Thursday 16 February 2012 09:48:55 Simon Glass wrote: >> --- /dev/null >> +++ b/include/asm-generic/global_data.h >> >> +typedef struct global_data { >> +     bd_t            *bd; >> +     unsigned long   flags; >> +     unsigned

Re: [U-Boot] [PATCH v3 08/28] Introduce generic global_data

2012-03-05 Thread Mike Frysinger
On Thursday 16 February 2012 09:48:55 Simon Glass wrote: > --- /dev/null > +++ b/include/asm-generic/global_data.h > > +typedef struct global_data { > + bd_t*bd; > + unsigned long flags; > + unsigned long baudrate; > +#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO) > +