commit | 668146128aefc4c0e493056501092e90c85f1dd3 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Aug 20 20:34:00 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:39:02 2018 -0400 |
tree | 1cc8aa760aaab561354184f279bd525db137cae6 | |
parent | 99571b41c6c21ccd3737971a51727e6f4d89126d [diff] |
ARM: mach-omap2: Don't initialize I2C if DM_I2C is enabled 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>