diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-12 21:09:59 -0600 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-05-15 06:19:00 +0200 |
commit | 213f27f3f9c89dbf32e38cb031b303193e6e8627 (patch) | |
tree | e34caf34c36d7bfe570e0c5a9219c8ea02d1032c /README | |
parent | b0103f33b45286eef53239d3c80e21d7eafd9cb4 (diff) | |
download | u-boot-213f27f3f9c89dbf32e38cb031b303193e6e8627.tar.gz |
Drop CONFIG_I2CFAST
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2323,12 +2323,6 @@ The following options need to be configured: custom i2c_init_board() routine in boards/xxx/board.c is run early in the boot sequence. - CONFIG_I2CFAST (PPC405GP|PPC405EP only) - - This option enables configuration of bi_iic_fast[] flags - in u-boot bd_info structure based on u-boot environment - variable "i2cfast". (see also i2cfast) - CONFIG_I2C_MULTI_BUS This option allows the use of multiple I2C buses, each of which |