aboutsummaryrefslogtreecommitdiff
path: root/include/configs/T104xRDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-10 10:29:28 -0400
committerTom Rini <trini@konsulko.com>2022-09-01 17:18:42 -0400
commit12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0 (patch)
tree7ed17aea3a8cf4a26c6a1a0e283b268e8ca639ee /include/configs/T104xRDB.h
parentadf13bcc403dbd0cb645fe1080d8812d9de5f01f (diff)
downloadu-boot-12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0.zip
u-boot-12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0.tar.gz
u-boot-12bbcd6a85c1e4821bda9d5055b19ec8a7c723e0.tar.bz2
Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al
This removes the following symbols: CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_DELAY_MS CONFIG_SYS_I2C_LDI_ADDR CONFIG_SYS_I2C_DVI_ADDR CONFIG_SYS_I2C_DVI_BUS_NUM They are unused by any code in tree at this time. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T104xRDB.h')
-rw-r--r--include/configs/T104xRDB.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index 560083c..918aabc 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -292,11 +292,6 @@
#if defined(CONFIG_TARGET_T1042RDB_PI) || \
defined(CONFIG_TARGET_T1040D4RDB) || \
defined(CONFIG_TARGET_T1042D4RDB)
-/* LDI/DVI Encoder for display */
-#define CONFIG_SYS_I2C_LDI_ADDR 0x38
-#define CONFIG_SYS_I2C_DVI_ADDR 0x75
-#define CONFIG_SYS_I2C_DVI_BUS_NUM 0
-
/*
* RTC configuration
*/