aboutsummaryrefslogtreecommitdiff
path: root/include/fsl_ddr.h
diff options
context:
space:
mode:
authorTom Rini2022-07-31 21:08:22 -0400
committerTom Rini2022-08-12 16:10:49 -0400
commitd0748898d80287a5d57200e979fb97f63a22aee1 (patch)
treec8bcccc2f37f88e501c716440677d7ca16d94dee /include/fsl_ddr.h
parentd084a6cbc9baa7367e2a9b731abbcb6bb12ad11b (diff)
Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS And we remove the entries from the README for a number of already converted items. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/fsl_ddr.h')
-rw-r--r--include/fsl_ddr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/fsl_ddr.h b/include/fsl_ddr.h
index 025d7a1e74b..24229f6bc44 100644
--- a/include/fsl_ddr.h
+++ b/include/fsl_ddr.h
@@ -14,11 +14,6 @@
struct cmd_tbl;
-#ifndef CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS
-/* All controllers are for main memory */
-#define CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS CONFIG_SYS_NUM_DDR_CTLRS
-#endif
-
#ifdef CONFIG_SYS_FSL_DDR_LE
#define ddr_in32(a) in_le32(a)
#define ddr_out32(a, v) out_le32(a, v)