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 /configs | |
parent | d70f919e49c9105c49427786a1731feae322cb7a (diff) | |
download | u-boot-e8e09ba5b7466a19bbb61d5e00348f5363ad2977.tar.gz |
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 'configs')
-rw-r--r-- | configs/work_92105_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index 9ce932f23c..06b31baeea 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +CONFIG_CMD_HD44760=y CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set |