diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 23:12:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:07 -0400 |
commit | a5752f8a2594613f96faac01748742de2ee06da2 (patch) | |
tree | 562bf703a3f1815b16ff8cf667d3c71f4c98a30a /include/configs/draco.h | |
parent | 1edef7693b576f7ab208a697bb01f033b68041fb (diff) | |
download | u-boot-a5752f8a2594613f96faac01748742de2ee06da2.tar.gz |
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_SPEED
CONFIG_SYS_I2C_SLAVE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/draco.h')
-rw-r--r-- | include/configs/draco.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h index 7c1f071d99..6bc7a0b43e 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -29,9 +29,6 @@ /* Physical Memory Map */ #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ -/* I2C Configuration */ -#define CONFIG_SYS_I2C_SPEED 100000 - #define CONFIG_FACTORYSET /* Define own nand partitions */ |