From: Przemyslaw Marczak Date: Mon, 20 Apr 2015 18:07:39 +0000 (+0200) Subject: exynos4-common: remove the unsued CONFIG_CMD_PMIC X-Git-Tag: KARO-TX6-2015-09-18~2036 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7638925b1a566dbc37b6c0fc7b0e9b65f977122;p=karo-tx-uboot.git exynos4-common: remove the unsued CONFIG_CMD_PMIC This config name was never used, because the present pmic command was precompiled for the CONFIG_POWER. Signed-off-by: Przemyslaw Marczak Acked-by: Simon Glass --- diff --git a/include/configs/exynos4-common.h b/include/configs/exynos4-common.h index 577afe7e8f..dbe05e433e 100644 --- a/include/configs/exynos4-common.h +++ b/include/configs/exynos4-common.h @@ -31,7 +31,6 @@ #undef CONFIG_CMD_MTDPARTS #define CONFIG_CMD_DFU #define CONFIG_CMD_GPT -#define CONFIG_CMD_PMIC #define CONFIG_CMD_SETEXPR /* USB Composite download gadget - g_dnl */