Home
last modified time | relevance | path

Searched hist:"4 eae498e68a3a6bdd8b18a8cb9191196e8843740" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot-spl.lds4eae498e68a3a6bdd8b18a8cb9191196e8843740 Tue Jun 23 21:38:30 UTC 2015 Simon Glass <sjg@chromium.org> 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>