diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:29:54 -0400 |
commit | 92572ecf8069858b3bea282cd4ee6010aaa65c21 (patch) | |
tree | ea80f5d0b615e5cf797908f19666ed0b92bf81da /include/configs/arndale.h | |
parent | 0fd28b1f0ed85fe80e68b112259e21c6275da56f (diff) |
power: Drop CONFIG_PMIC
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/arndale.h')
-rw-r--r-- | include/configs/arndale.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h index e6f2422f03d..4d770e6077d 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -36,7 +36,6 @@ /* PMIC */ #define CONFIG_POWER -#define CONFIG_PMIC #define CONFIG_POWER_I2C #define CONFIG_PREBOOT |