
18 Sep
2018
18 Sep
'18
11:24 p.m.
On Mon, Aug 20, 2018 at 08:24:34PM -0500, Adam Ford wrote:
Platforms with limited resources in SPL may enably 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: Adam Ford aford173@gmail.com
diff --git a/drivers/i2c/i2c-uclass.c b/drivers/i2c/i2c-uclass.c index 5e58dd0916..c5a3c4e201 100644
Applied to u-boot/master, thanks!
--
Tom