commit | 255f2508616f397b72cb1a3a7905c0ae2c503e9d | [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 | 1d39959ab9939b5bfee136ddfac3c794fa6c4568 [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>