diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:38:23 -0400 |
commit | e8e09ba5b7466a19bbb61d5e00348f5363ad2977 (patch) | |
tree | 42d7c2597d138c77abd53c401f0ee0bc7b45dcaf /include/configs | |
parent | d70f919e49c9105c49427786a1731feae322cb7a (diff) |
Convert CONFIG_CMD_HD44760 to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_HD44760
Also drop CONFIG_CMD_HD44780 which appears to be a typo.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/work_92105.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 65db858ffb..56f53b9732 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -134,7 +134,6 @@ #define CONFIG_LPC32XX_SSP #define CONFIG_LPC32XX_SSP_TIMEOUT 100000 #define CONFIG_CMD_MAX6957 -#define CONFIG_CMD_HD44760 /* * Environment */ |