diff options
| author | Kever Yang <[email protected]> | 2017-09-27 16:11:31 +0800 |
|---|---|---|
| committer | Philipp Tomsich <[email protected]> | 2017-10-01 00:33:31 +0200 |
| commit | 5b67d7010b73a6e17b593f1f3af25dd06996830a (patch) | |
| tree | 7c1e5619d570f9cc066b803926f14ba18f42c83b | |
| parent | b5934cf67cc3072f87b6c8a220b686b7d452b0b3 (diff) | |
rockchip: rk3188: 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 <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
| -rw-r--r-- | arch/arm/mach-rockchip/rk3188/Makefile | 1 | ||||
| -rw-r--r-- | drivers/ram/rockchip/Makefile | 1 | ||||
| -rw-r--r-- | drivers/ram/rockchip/sdram_rk3188.c (renamed from arch/arm/mach-rockchip/rk3188/sdram_rk3188.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3188/Makefile b/arch/arm/mach-rockchip/rk3188/Makefile index 2dc9511de7f..7fa010405b1 100644 --- a/arch/arm/mach-rockchip/rk3188/Makefile +++ b/arch/arm/mach-rockchip/rk3188/Makefile @@ -6,6 +6,5 @@ ifndef CONFIG_TPL_BUILD obj-y += clk_rk3188.o -obj-y += sdram_rk3188.o obj-y += syscon_rk3188.o endif diff --git a/drivers/ram/rockchip/Makefile b/drivers/ram/rockchip/Makefile index bfc016fd545..50b9d517a7e 100644 --- a/drivers/ram/rockchip/Makefile +++ b/drivers/ram/rockchip/Makefile @@ -5,4 +5,5 @@ # obj-$(CONFIG_ROCKCHIP_RK3368) = dmc-rk3368.o +obj-$(CONFIG_ROCKCHIP_RK3188) = sdram_rk3188.o obj-$(CONFIG_ROCKCHIP_RK3399) = sdram_rk3399.o diff --git a/arch/arm/mach-rockchip/rk3188/sdram_rk3188.c b/drivers/ram/rockchip/sdram_rk3188.c index 9d8b225dfac..9d8b225dfac 100644 --- a/arch/arm/mach-rockchip/rk3188/sdram_rk3188.c +++ b/drivers/ram/rockchip/sdram_rk3188.c |
