diff options
author | Adam Ford <aford173@gmail.com> | 2017-09-12 15:27:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-13 09:24:27 -0400 |
commit | 34330a362f9ae89abfa5be312296e03f723704dd (patch) | |
tree | d3235c62fa568ddb038364b6161afe3c406a951e /configs/eco5pk_defconfig | |
parent | f0333b4c2e642df54f210e4506c4e1de216b4969 (diff) | |
download | u-boot-34330a362f9ae89abfa5be312296e03f723704dd.tar.gz |
Convert CONFIG_EMIF4 et al to Kconfig
This converts the following to Kconfig:
CONFIG_EMIF4
CONFIG_SDRC
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/eco5pk_defconfig')
-rw-r--r-- | configs/eco5pk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eco5pk_defconfig b/configs/eco5pk_defconfig index ed329307b1..2bf48e0199 100644 --- a/configs/eco5pk_defconfig +++ b/configs/eco5pk_defconfig @@ -3,6 +3,7 @@ CONFIG_ARM=y CONFIG_ARCH_OMAP2PLUS=y CONFIG_SYS_TEXT_BASE=0x80008000 CONFIG_TARGET_ECO5PK=y +CONFIG_EMIF4=y CONFIG_BOOTDELAY=10 CONFIG_SPL=y # CONFIG_SPL_EXT_SUPPORT is not set |