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/ti_omap3_common.h | |
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 'include/configs/ti_omap3_common.h')
-rw-r--r-- | include/configs/ti_omap3_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 938136c946..531bffca8c 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -21,9 +21,6 @@ #include <asm/arch/cpu.h> #include <asm/arch/omap.h> -/* The chip has SDRC controller */ -#define CONFIG_SDRC - /* Clock Defines */ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) |