summaryrefslogtreecommitdiff
path: root/docs/configuration/cbi.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/cbi.md')
-rw-r--r--docs/configuration/cbi.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/configuration/cbi.md b/docs/configuration/cbi.md
index f285e8a8c2..d80d31dd13 100644
--- a/docs/configuration/cbi.md
+++ b/docs/configuration/cbi.md
@@ -8,13 +8,13 @@ before enabling CBI.
Add the following config options to `baseboard.h` or `board.h`.
-- `CONFIG_BOARD_VERSION_CBI`
-- `CONFIG_CROS_BOARD_INFO`
+- `CONFIG_BOARD_VERSION_CBI`
+- `CONFIG_CROS_BOARD_INFO`
## Feature Parameters
-- `I2C_ADDR_EEPROM_FLAGS <7-bit addr>` - Defines the 7-bit slave address for the
- EEPROM containing CBI.
+- `I2C_ADDR_EEPROM_FLAGS <7-bit addr>` - Defines the 7-bit slave address for
+ the EEPROM containing CBI.
## GPIOs and Alternate Pins
@@ -31,8 +31,9 @@ None required by this feature.
## Testing and Debugging
-Refer to the [I2C debugging information] to verify communication with the CBI EEPROM.
+Refer to the [I2C debugging information] to verify communication with the CBI
+EEPROM.
[CBI]: https://chromium.googlesource.com/chromiumos/docs/+/master/design_docs/cros_board_info.md
[I2C buses]: ./i2c.md
-[I2C debugging information]: ./i2c.md# \ No newline at end of file
+[I2C debugging information]: ./i2c.md#