commit | 95ab2a397dbd2534dc1c5891e11590dcab8fd9c5 | [log] [tgz] |
---|---|---|
author | Jens Scharsig <esw@bus-elektronik.de> | Fri Sep 12 02:20:47 2008 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Sep 12 02:20:47 2008 +0200 |
tree | a03e74969bc903ed5f4e60fbfe71ac7762e35ae5 | |
parent | 62812214556d086f25e85cfda86106bd9b3d9c0c [diff] |
at91rm9200: fix errors with CONFIG_CMD_I2C_TREE This patch prevents linker error on AT91RM9200 boards, if CONFIG_CMD_I2_TREE is set. It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function. Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>