aboutsummaryrefslogtreecommitdiff
path: root/include/configs/MPC8548CDS.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:31 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 10:46:22 -0400
commit388de0fa8bf5b232800b80ebb616363cda50f06c (patch)
tree731fda220ca7db5da7e2d1cf40ebe780496fc7c1 /include/configs/MPC8548CDS.h
parentbef12ea4a3232e37bdad63163533488f00f459de (diff)
downloadu-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.zip
u-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.tar.gz
u-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.tar.bz2
Convert CONFIG_DIMM_SLOTS_PER_CTLR to Kconfig
This converts the following to Kconfig: CONFIG_DIMM_SLOTS_PER_CTLR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MPC8548CDS.h')
-rw-r--r--include/configs/MPC8548CDS.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index 3467a51..244f811 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -47,8 +47,6 @@
#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
-#define CONFIG_DIMM_SLOTS_PER_CTLR 1
-
/* I2C addresses of SPD EEPROMs */
#define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */