Dear Simon Glass, In message <[email protected]> you wrote: > This adds a device tree pointer to the global data. It can be set by > board code. A later commit will add support for making a device > tree binary blob available to U-Boot for run-time configuration. > > Signed-off-by: Simon Glass <[email protected]> > --- > Changes in v3: > - Rename gd->blob to gd->fdt_blob > > Changes in v4: > - Fix reference to gd->blob which should be gd->fdt_blob > > README | 11 +++++++++++ > arch/arm/include/asm/global_data.h | 1 + > 2 files changed, 12 insertions(+), 0 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] A year spent in artificial intelligence is enough to make one believe in God. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

