diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | 388de0fa8bf5b232800b80ebb616363cda50f06c (patch) | |
tree | 731fda220ca7db5da7e2d1cf40ebe780496fc7c1 /configs/ls2080ardb_SECURE_BOOT_defconfig | |
parent | bef12ea4a3232e37bdad63163533488f00f459de (diff) | |
download | u-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.tar.gz u-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.tar.bz2 u-boot-388de0fa8bf5b232800b80ebb616363cda50f06c.zip |
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 'configs/ls2080ardb_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2080ardb_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080ardb_SECURE_BOOT_defconfig b/configs/ls2080ardb_SECURE_BOOT_defconfig index 67e03b1f33..9952d3e712 100644 --- a/configs/ls2080ardb_SECURE_BOOT_defconfig +++ b/configs/ls2080ardb_SECURE_BOOT_defconfig @@ -50,6 +50,7 @@ CONFIG_DM=y CONFIG_SATA=y CONFIG_SATA_CEVA=y CONFIG_DDR_CLK_FREQ=133333333 +CONFIG_DIMM_SLOTS_PER_CTLR=2 CONFIG_DDR_ECC=y CONFIG_ECC_INIT_VIA_DDRCONTROLLER=y CONFIG_SYS_I2C_LEGACY=y |