diff options
author | York Sun <york.sun@nxp.com> | 2016-10-04 18:01:34 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-06 09:59:11 -0700 |
commit | f534b8f5fdabfbe47c9c741864ed52e945afbd27 (patch) | |
tree | 03b312df0793bf0101c1e472b0c4d2f70fc0be87 /include/configs/ls1021atwr.h | |
parent | fd6381029dc38aad9ab5b69fe1ea5e6efb3745d2 (diff) | |
download | u-boot-f534b8f5fdabfbe47c9c741864ed52e945afbd27.tar.gz |
arm: Move SYS_FSL_SRDS_* and SYS_HAS_SERDES to Kconfig
Move these options to Kconfig and clean up existing uses.
Signed-off-by: York Sun <york.sun@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 023143c921..511f573e8f 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -169,8 +169,6 @@ #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000UL #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE -#define CONFIG_SYS_HAS_SERDES - #define CONFIG_FSL_CAAM /* Enable CAAM */ #if !defined(CONFIG_SD_BOOT) && !defined(CONFIG_NAND_BOOT) && \ |