From 66e399b68d20d96a90ba391d75c2290bd63bf4a5 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 28 Dec 2016 08:43:44 -0800 Subject: ddr: fsl: Move macro CONFIG_NUM_DDR_CONTROLLERS to Kconfig Use option NUM_DDR_CONTROLLERS in ddr Kconfig and clean up existing usage in ls102xa and fsl-layerscape. Remove all powerpc macros in config header and board header files. Signed-off-by: York Sun --- include/configs/MPC8541CDS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/MPC8541CDS.h') diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index f2618a0..00a18b5 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -52,7 +52,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/ #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE -#define CONFIG_NUM_DDR_CONTROLLERS 1 #define CONFIG_DIMM_SLOTS_PER_CTLR 1 #define CONFIG_CHIP_SELECTS_PER_CTRL (2 * CONFIG_DIMM_SLOTS_PER_CTLR) -- cgit v1.1