summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-10-19 15:53:50 +1100
committerChris Johns <chrisj@rtems.org>2019-10-19 15:53:50 +1100
commit2fdbdbc8b17a40837c53d70106f99eb8ec7c7988 (patch)
tree1d500ac943bbf3b858ac384859ffbcf8e4fc4dc0
parentttest01: Check init/final run output (diff)
downloadrtems-2fdbdbc8b17a40837c53d70106f99eb8ec7c7988.tar.bz2
arm/beanglebone: Fix i2c build error.
-rw-r--r--bsps/arm/beagle/i2c/bbb-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/beagle/i2c/bbb-i2c.c b/bsps/arm/beagle/i2c/bbb-i2c.c
index 4153063a34..664684b02f 100644
--- a/bsps/arm/beagle/i2c/bbb-i2c.c
+++ b/bsps/arm/beagle/i2c/bbb-i2c.c
@@ -65,7 +65,7 @@ static int am335x_i2c_fill_registers(
/* FIXME: The pin handling should be replaced by a proper pin handling during
* initialization. This one is heavily board specific. */
#if ! IS_AM335X
- printk ("The I2C driver currently only works on Beagle Bone. Please add your pin configs.")
+ printk ("The I2C driver currently only works on Beagle Bone. Please add your pin configs.");
return EINVAL;
#endif
bus->regs = (volatile bbb_i2c_regs *) register_base;