commit | e7100ecb4bb515cfab4323be34014ec6a800f88c | [log] [tgz] |
---|---|---|
author | Trommel, Kees (Contractor) <kees.trommel.contractor@draeger.com> | Mon Aug 03 14:49:47 2020 +0000 |
committer | Heiko Schocher <hs@denx.de> | Tue Aug 25 06:25:42 2020 +0200 |
tree | be2045f2edfb8db1fe995ae1802422294671e5ec | |
parent | fe190ef68312aa62069d35024168c32544565209 [diff] |
Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x Fix for the case of a U-Boot configuration with CONFIG_SPL, CONFIG_I2C_MUX, CONFIG_I2C_MUX_PCA954x, no CONFIG_SPL_DM and no CONFIG_SPL_I2C_MUX. Without this fix linking of pca954x fails because dm_write_i2c does not exist because CONFIG_SPL_DM is not defined. Signed-off-by: Kees Trommel <kees.trommel.contractor@draeger.com> Cc: Heiko Schocher <hs@denx.de>