[U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
Simon Glass
sjg at chromium.org
Sat Jul 18 01:56:21 CEST 2015
On 23 June 2015 at 15:38, Simon Glass <sjg at 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 conditions to a minimum.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/arm/cpu/u-boot-spl.lds | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list