diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2015-04-20 20:07:39 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-05-14 18:49:36 -0600 |
commit | bf2e5d5be27b2fd4e9635e7421aea909fdc557f0 (patch) | |
tree | 3c5aa1bc1ba6183524e4072ae9eb41b756a36f7e | |
parent | 19bd3aaa5991948ef71100312b7c18fdb992bda2 (diff) | |
download | u-boot-imx-bf2e5d5be27b2fd4e9635e7421aea909fdc557f0.zip u-boot-imx-bf2e5d5be27b2fd4e9635e7421aea909fdc557f0.tar.gz u-boot-imx-bf2e5d5be27b2fd4e9635e7421aea909fdc557f0.tar.bz2 |
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 <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/exynos4-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/exynos4-common.h b/include/configs/exynos4-common.h index 577afe7..dbe05e4 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 */ |