[U-Boot] [RFC PATCH 1/4] fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)

Simon Glass sjg at chromium.org
Fri Sep 2 19:18:34 CEST 2011


Hi Mike,

On Fri, Sep 2, 2011 at 9:32 AM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Thursday, September 01, 2011 16:49:06 Simon Glass wrote:
>> --- a/arch/arm/include/asm/global_data.h
>> +++ b/arch/arm/include/asm/global_data.h
>>
>> +     const void      *blob;          /* Our device tree, NULL if none */
>
> let's call it "fdt_blob" or something less generic than "blob"
> -mike
>

OK, will change to fdt_blob within the global data.

Regards,
Simon


More information about the U-Boot mailing list