]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: arm: Put driver model I2C drivers before legacy ones
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:30 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:28 +0000 (13:36 +0200)
commita67d7f953a863e20bbf494890bc94b1aab802c79
tree7e1f84f7e0c770b9fc81f15169971b9d384478e7
parent7c5c047b3f6cef85e80829c6ffea3e11cfb8827e
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>
arch/arm/cpu/u-boot-spl.lds