diff options
| author | Kever Yang <kever.yang@rock-chips.com> | 2017-11-28 16:04:21 +0800 |
|---|---|---|
| committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-11-30 22:55:27 +0100 |
| commit | b7aef28953384f467521d9c981c6a8b1d5dc1ea9 (patch) | |
| tree | efe721c281eefbe9eec06d62db6dcb177b0fb201 /drivers/ram/rockchip/Makefile | |
| parent | ed7e64e5e87c728775c78924499e95e6fee65921 (diff) | |
| download | u-boot-b7aef28953384f467521d9c981c6a8b1d5dc1ea9.tar.gz u-boot-b7aef28953384f467521d9c981c6a8b1d5dc1ea9.tar.xz u-boot-b7aef28953384f467521d9c981c6a8b1d5dc1ea9.zip | |
rockchip: rk3128: add sdram driver
RK3128 support up to 2GB DDR3 sdram, one channel, 32bit data width.
This patch is only used for U-Boot, but not for SPL which will
comes later, maybe after we merge all the common code into a common
file.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'drivers/ram/rockchip/Makefile')
| -rw-r--r-- | drivers/ram/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ram/rockchip/Makefile b/drivers/ram/rockchip/Makefile index 45b5fe7247..1a1e5578ca 100644 --- a/drivers/ram/rockchip/Makefile +++ b/drivers/ram/rockchip/Makefile @@ -5,6 +5,7 @@ # obj-$(CONFIG_ROCKCHIP_RK3368) = dmc-rk3368.o +obj-$(CONFIG_ROCKCHIP_RK3128) = sdram_rk3128.o obj-$(CONFIG_ROCKCHIP_RK3188) = sdram_rk3188.o obj-$(CONFIG_ROCKCHIP_RK322X) = sdram_rk322x.o obj-$(CONFIG_ROCKCHIP_RK3288) = sdram_rk3288.o |
