[U-Boot] [PATCH V2] Global Data: Flagify have_console and env_valid
Scott Wood
scottwood at freescale.com
Mon Aug 29 20:47:24 CEST 2011
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 looking at the
> number of #ifdef's in there, maybe that's already been a long lost battle.
The data passed to Linux in the non-device-tree case was bd_t, not gd_t.
Of course, that's full of ifdefs too, at least on powerpc. :-P
-Scott
More information about the U-Boot
mailing list