Re: [U-Boot] [PATCH] DM: omap_gpio: Reduce overhead when used with OF_PLATDATA

2018-08-21 Thread Simon Glass
On 20 August 2018 at 19:27, Adam Ford wrote: > Platforms with limited resources in SPL may enable OF_PLATDATA, > this limits some of the library functions and cannot extract data > from the device tree. This patch adds additional wrappers around > these functions to only allow them when OF_CONTRO

[U-Boot] [PATCH] DM: omap_gpio: Reduce overhead when used with OF_PLATDATA

2018-08-20 Thread Adam Ford
Platforms with limited resources in SPL may enable OF_PLATDATA, this limits some of the library functions and cannot extract data from the device tree. This patch adds additional wrappers around these functions to only allow them when OF_CONTROL is enabled and OF_PLATDATA is not. Signed-off-by: A