
Signed-off-by: Tom Rini trini@konsulko.com --- include/configs/T104xRDB.h | 2 +- scripts/config_whitelist.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index e6a9dccd752b..4b7b53094446 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -288,7 +288,7 @@ #define CFG_SYS_I2C_RTC_ADDR 0x68
/*DVI encoder*/ -#define CONFIG_HDMI_ENCODER_I2C_ADDR 0x75 +#define CFG_HDMI_ENCODER_I2C_ADDR 0x75 #endif
/* diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 3473e7c4560b..9079fbb2e3f6 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -53,7 +53,7 @@ CFG_G_DNL_THOR_PRODUCT_NUM CFG_G_DNL_THOR_VENDOR_NUM CFG_G_DNL_UMS_PRODUCT_NUM CFG_G_DNL_UMS_VENDOR_NUM -CONFIG_HDMI_ENCODER_I2C_ADDR +CFG_HDMI_ENCODER_I2C_ADDR CONFIG_HOSTNAME CONFIG_HSMMC2_8BIT CONFIG_HW_ENV_SETTINGS