Re: [U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-16 Thread Simon Glass
Hi Marek, On Feb 16, 2012 2:50 AM, "Marek Vasut" wrote: > > > This adds support for a controlling fdt, mirroring the ARM implementation. > > This is offtopic, but CONFIG OF CONTROL sounds interesting ;-) Yes I hope it will be before end of year. > > btw. aren't you missing this part from ARM im

Re: [U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-16 Thread Marek Vasut
> This adds support for a controlling fdt, mirroring the ARM implementation. This is offtopic, but CONFIG OF CONTROL sounds interesting ;-) btw. aren't you missing this part from ARM implementation? /* Allow the early environment to override the fdt address */ gd->fdt_blob = (void *)getenv_ulong

Re: [U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-15 Thread Mike Frysinger
On Wednesday 15 February 2012 18:51:11 Simon Glass wrote: > This adds support for a controlling fdt, mirroring the ARM implementation. merged into my sandbox branch -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot ma

[U-Boot] [PATCH v4 1/8] sandbox: fdt: Add support for CONFIG_OF_CONTROL

2012-02-15 Thread Simon Glass
This adds support for a controlling fdt, mirroring the ARM implementation. Signed-off-by: Simon Glass --- Changes in v3: - Use #if defined()..#elif defined, instead of #ifdef..#elif defined arch/sandbox/include/asm/global_data.h |1 + arch/sandbox/lib/board.c |8