commit | 0a4f88b98c098532bfe0a4a5f874e6e05708c4f3 | [log] [tgz] |
---|---|---|
author | Valentin Longchamp <valentin.longchamp@keymile.com> | Fri Oct 18 11:47:17 2013 +0200 |
committer | York Sun <yorksun@freescale.com> | Thu Oct 24 09:35:33 2013 -0700 |
tree | 08e58ce9f0b5740bd7f3c05fbf2901b88c2452e1 | |
parent | 7c3d6a29cd1ed315185068fd8384d150ef5f967b [diff] |
KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board This must be defined for all the keymile boards that use the common i2c_abort function that is used to "reset" the I2C bus. These are currently km82xx and km_arm boards. The km83xx boards use other functions and thus do not need this. This patch removes the CONFIG_SYS_I2C_INIT_BOARD from keymile-common.h and defines it for km_arm.h and km82xx.h. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>