mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
fa437430ad
RK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting from coreboot, support 4GB lpddr3 in this version. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Added rockchip: tag: Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
187 B
Makefile
10 lines
187 B
Makefile
#
|
|
# (C) Copyright 2016 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += clk_rk3399.o
|
|
obj-y += rk3399.o
|
|
obj-y += sdram_rk3399.o
|
|
obj-y += syscon_rk3399.o
|