From bb32ddfcf9a4770da4ef6b8f23f526e005a73638 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 25 Jan 2016 16:13:30 +0100 Subject: [PATCH] fix config_cmd_tca642x Signed-off-by: H. Nikolaus Schaller --- include/configs/letux_cortex15.h | 1 - include/configs/pandora_pyra_lc15.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/letux_cortex15.h b/include/configs/letux_cortex15.h index 14c26c52700..ed611289a65 100644 --- a/include/configs/letux_cortex15.h +++ b/include/configs/letux_cortex15.h @@ -16,7 +16,6 @@ /* Letux Cortex 15 has no tca6424 */ #undef CONFIG_TCA642X -#undef CONFIG_CMD_TCA642X #undef CONFIG_SYS_I2C_TCA642X_BUS_NUM #undef CONFIG_SYS_I2C_TCA642X_ADDR diff --git a/include/configs/pandora_pyra_lc15.h b/include/configs/pandora_pyra_lc15.h index a14e5d4e3c0..7ef3bdde82a 100644 --- a/include/configs/pandora_pyra_lc15.h +++ b/include/configs/pandora_pyra_lc15.h @@ -16,7 +16,6 @@ /* Re-enable support for the TCA642X GPIO we have on the Pyra mainbord (like uEVM) */ #define CONFIG_TCA642X -#define CONFIG_CMD_TCA642X #define CONFIG_SYS_I2C_TCA642X_BUS_NUM 4 #define CONFIG_SYS_I2C_TCA642X_ADDR 0x22 -- 2.39.5