Re: [U-Boot] [PATCH v3 1/2] stv0991: fdt: add stv0991 device tree

2015-05-04 Thread Simon Glass
On 3 May 2015 at 15:10, Vikas Manocha wrote: > This patch adds device tree for the ST Micro stv0991 board & enables > device tree control. Progressively device tree support for the drivers > being used will also be added. > > Signed-off-by: Vikas Manocha > --- > > Changes in v3: > - CONFIG_OF_EMB

[U-Boot] [PATCH v3 1/2] stv0991: fdt: add stv0991 device tree

2015-05-03 Thread Vikas Manocha
This patch adds device tree for the ST Micro stv0991 board & enables device tree control. Progressively device tree support for the drivers being used will also be added. Signed-off-by: Vikas Manocha --- Changes in v3: - CONFIG_OF_EMBED replaced with CONFIG_OF_SEPARATE Changes in v2: - added co