mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
fde9314346
AST2600 supports DDR4 SDRAM with maximum speed DDR4-1600. The DDR4 DRAM types including 128MbX16 (2Gb), 256MbX16 (4Gb), 512MbX16 (8Gb), 1GbX16 (16Gb), and 1GbX8 TwinDie (16Gb) are supported. Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
4 lines
134 B
Makefile
4 lines
134 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
obj-$(CONFIG_ASPEED_AST2500) += sdram_ast2500.o
|
|
obj-$(CONFIG_ASPEED_AST2600) += sdram_ast2600.o
|