aboutsummaryrefslogtreecommitdiff
path: root/drivers/ram/rockchip/dmc-rk3368.c
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-11-15 11:04:33 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 16:23:56 +0800
commit5d19ddf0dbee50f6bf92536c45ebd66173683c51 (patch)
treec8a0b801d3885edb5920e18ae969f776742f4708 /drivers/ram/rockchip/dmc-rk3368.c
parent2a2f0b177c94457d25cded1bd1cbfd5835a7d032 (diff)
downloadu-boot-5d19ddf0dbee50f6bf92536c45ebd66173683c51.zip
u-boot-5d19ddf0dbee50f6bf92536c45ebd66173683c51.tar.gz
u-boot-5d19ddf0dbee50f6bf92536c45ebd66173683c51.tar.bz2
ram: rockchip: rename sdram_common.c/h to sdram.c
rename sdram_common.c in arch/arm/mach-rockchip to sdram.c; so that we can use the file name sdram_common.c in dram driver for better understand the code; clean the related file who has use the header file at the same time. Signed-off-by: YouMin Chen <cym@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/ram/rockchip/dmc-rk3368.c')
-rw-r--r--drivers/ram/rockchip/dmc-rk3368.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/dmc-rk3368.c b/drivers/ram/rockchip/dmc-rk3368.c
index 16d170a..9df8f8f 100644
--- a/drivers/ram/rockchip/dmc-rk3368.c
+++ b/drivers/ram/rockchip/dmc-rk3368.c
@@ -16,8 +16,8 @@
#include <asm/arch-rockchip/cru_rk3368.h>
#include <asm/arch-rockchip/grf_rk3368.h>
#include <asm/arch-rockchip/ddr_rk3368.h>
+#include <asm/arch-rockchip/sdram.h>
#include <asm/arch-rockchip/sdram_rk3288.h>
-#include <asm/arch-rockchip/sdram_common.h>
struct dram_info {
struct ram_info info;