
18 Sep
2018
18 Sep
'18
11:25 p.m.
On Mon, Aug 20, 2018 at 08:34:00PM -0500, Adam Ford wrote:
boot-common.c checks to see if I2C is enabled in SPL, but it doens't check for DM_I2C before initializing it. This will now only initialize the I2C is the DM_I2C is not enabled to avoid initializing it more than once.
Signed-off-by: Adam Ford aford173@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c index d4a1e2e42c..176d4f67cb 100644
Applied to u-boot/master, thanks!
--
Tom