Re: [U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid

2011-10-06 Thread Wolfgang Denk
Dear Graeme Russ, In message <1314365780-15051-1-git-send-email-graeme.r...@gmail.com> you wrote: > > Signed-off-by: Graeme Russ > --- > Changes since V1: > - In common/console.c, gd->flags &= GD_FLG_HAVE_CONSOLE change to |= > > arch/arm/include/asm/global_data.h|5 ++- > arch/av

Re: [U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid

2011-08-29 Thread Scott Wood
On 08/26/2011 03:15 PM, Mike Frysinger wrote: > looks sane enough to me > > when changing the global_data structure, do we need to bump the u-boot > standalone API number (XF_VERSION in exports.h) ? and i vaguely recall > global > data being passed to like Linux for some arches ? although loo

Re: [U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid

2011-08-26 Thread Graeme Russ
Hi Mike, On 27/08/11 06:15, Mike Frysinger wrote: > looks sane enough to me > > when changing the global_data structure, do we need to bump the u-boot > standalone API number (XF_VERSION in exports.h) ? and i vaguely recall > global > data being passed to like Linux for some arches ? althoug

Re: [U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid

2011-08-26 Thread Mike Frysinger
looks sane enough to me when changing the global_data structure, do we need to bump the u-boot standalone API number (XF_VERSION in exports.h) ? and i vaguely recall global data being passed to like Linux for some arches ? although looking at the number of #ifdef's in there, maybe that's alre