mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
rockchip: rk3399: move sdram driver to driver/ram
Since we have CONFIG_RAM framwork and its driver folder, move the driver into it. 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>
This commit is contained in:
parent
8e8bcccc18
commit
b5934cf67c
3 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,4 @@
|
|||
|
||||
obj-y += clk_rk3399.o
|
||||
obj-y += rk3399.o
|
||||
obj-y += sdram_rk3399.o
|
||||
obj-y += syscon_rk3399.o
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@
|
|||
#
|
||||
|
||||
obj-$(CONFIG_ROCKCHIP_RK3368) = dmc-rk3368.o
|
||||
obj-$(CONFIG_ROCKCHIP_RK3399) = sdram_rk3399.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue