diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-02-16 19:07:18 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-03-01 08:03:01 +0100 |
commit | fc3a6f1c53460ef383d9c51785db37a951965f9c (patch) | |
tree | 38845641bc76593b42443794dfad35d6b5faff5b /include/configs/zynq-common.h | |
parent | 38a69e96b39adb6f47baaa272f266b1fa1be512e (diff) | |
download | u-boot-fc3a6f1c53460ef383d9c51785db37a951965f9c.tar.gz |
i2c: Enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfig
This patch enabled CONFIG_SYS_I2C_ZYNQ in the respective
defconfig.
Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 6f9c1535b0..07b121d7d6 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -117,10 +117,6 @@ # define DFU_ALT_INFO #endif -#if defined(CONFIG_ZYNQ_I2C0) || defined(CONFIG_ZYNQ_I2C1) -#define CONFIG_SYS_I2C_ZYNQ -#endif - /* I2C */ #if defined(CONFIG_SYS_I2C_ZYNQ) # define CONFIG_SYS_I2C |