mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
cc89369fb0
Add sdram driver in U-Boot for get the correct sdram size from sys_reg, so that U-Boot can co-work with Rockchip loader or SPL to get different dram capability and then tell the kernel. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
9 lines
174 B
Makefile
9 lines
174 B
Makefile
#
|
|
# Copyright (c) 2016 Andreas Färber
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
obj-y += clk_rk3368.o
|
|
obj-y += rk3368.o
|
|
obj-y += sdram_rk3368.o
|
|
obj-y += syscon_rk3368.o
|