Re: [U-Boot] [PATCH v3 56/62] rockchip: Use of-platdata for firefly-rk3288

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > As an experiment, move this board over to use of-platdata. This means that > its SPL configuration will come from C structures generated at build-time > from the device tree, instead of coming from the device tree at run-time. > > Signed-off-by: Simon

[U-Boot] [PATCH v3 56/62] rockchip: Use of-platdata for firefly-rk3288

2016-07-04 Thread Simon Glass
As an experiment, move this board over to use of-platdata. This means that its SPL configuration will come from C structures generated at build-time from the device tree, instead of coming from the device tree at run-time. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None