commit | 06f1c74b176858e9d59d150e6d5f42f46ff5c054 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:30 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:21 2015 -0600 |
tree | 32da84ff39e22692004fb374fdeaa357734d6b30 | |
parent | 89caf331b2e15b5ba596ddee18b6acdaeff8bbef [diff] |
dm: arm: Put driver model I2C drivers before legacy ones Driver-model I2C drivers can be picked up by the linker script rule for legacy drivers. Change the order to avoid this. We could make the legacy code depend on !CONFIG_DM_I2C but that is not necessary and it is good to keep conditions to a minimum. Signed-off-by: Simon Glass <sjg@chromium.org>