diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | 6751b700556fea94b30e19b7cc1abb509b49a5bc (patch) | |
tree | e7e028d4c1629df36be38b1b168fb58805aabebe /include/configs | |
parent | 001a56b0082a02e82b433eed362aa37ea4255fdb (diff) | |
download | u-boot-6751b700556fea94b30e19b7cc1abb509b49a5bc.tar.gz |
arm: fsl-layerscape: Migrate more DP-DDR options to Kconfig
Based on current usage, migrate a number of DP-DDR related options to
Kconfig.
Cc: Priyanka Jain <priyanka.jain@nxp.com>
Cc: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls2080a_common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 9027bd06b02..82585f5dbfa 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -40,16 +40,6 @@ #define CPU_RELEASE_ADDR secondary_boot_addr #define CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS -#ifdef CONFIG_SYS_FSL_HAS_DP_DDR -#define CONFIG_SYS_DP_DDR_BASE 0x6000000000ULL -/* - * DDR controller use 0 as the base address for binding. - * It is mapped to CONFIG_SYS_DP_DDR_BASE for core to access. - */ -#define CONFIG_SYS_DP_DDR_BASE_PHY 0 -#define CONFIG_DP_DDR_CTRL 2 -#define CONFIG_DP_DDR_NUM_CTRLS 1 -#endif /* Generic Timer Definitions */ /* |