Re: [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:38, Simon Glass s...@chromium.org wrote: 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

[U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones

2015-06-23 Thread Simon Glass
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 s...@chromium.org