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 /scripts | |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 5cdca33f87..7cdfcd0a52 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1319,7 +1319,6 @@ CONFIG_HW_ENV_SETTINGS CONFIG_HW_WATCHDOG CONFIG_HW_WATCHDOG_TIMEOUT_MS CONFIG_I2C -CONFIG_I2CFAST CONFIG_I2C_CHIPADDRESS CONFIG_I2C_CMD_TREE CONFIG_I2C_ENV_EEPROM_BUS |