diff options
author | Adam Ford | 2017-09-12 15:27:33 -0500 |
---|---|---|
committer | Tom Rini | 2017-09-13 09:24:27 -0400 |
commit | 34330a362f9ae89abfa5be312296e03f723704dd (patch) | |
tree | d3235c62fa568ddb038364b6161afe3c406a951e /include/configs/tricorder.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/tricorder.h')
-rw-r--r-- | include/configs/tricorder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 46bb6f445ee..33071ef507b 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -25,8 +25,6 @@ */ #define CONFIG_SYS_TEXT_BASE 0x80100000 -#define CONFIG_SDRC /* The chip has SDRC controller */ - #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap.h> |