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 /include/configs/am3517_crane.h | |
parent | f0333b4c2e642df54f210e4506c4e1de216b4969 (diff) |
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 'include/configs/am3517_crane.h')
-rw-r--r-- | include/configs/am3517_crane.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index c5fe3dcba6..db75fe547a 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -16,7 +16,6 @@ /* * High Level Configuration Options */ -#define CONFIG_EMIF4 /* The chip has EMIF4 controller */ #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap.h> |