summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3036/rk3036.c
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-11-15 06:04:33 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 11:23:56 +0300
commit5d19ddf0dbee50f6bf92536c45ebd66173683c51 (patch)
treec8a0b801d3885edb5920e18ae969f776742f4708 /arch/arm/mach-rockchip/rk3036/rk3036.c
parent2a2f0b177c94457d25cded1bd1cbfd5835a7d032 (diff)
downloadu-boot-5d19ddf0dbee50f6bf92536c45ebd66173683c51.tar.xz
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 'arch/arm/mach-rockchip/rk3036/rk3036.c')
-rw-r--r--arch/arm/mach-rockchip/rk3036/rk3036.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/rk3036.c b/arch/arm/mach-rockchip/rk3036/rk3036.c
index be458cfb64..e9ada6dea3 100644
--- a/arch/arm/mach-rockchip/rk3036/rk3036.c
+++ b/arch/arm/mach-rockchip/rk3036/rk3036.c
@@ -43,7 +43,7 @@ void board_debug_uart_init(void)
#if !CONFIG_IS_ENABLED(RAM)
/*
* When CONFIG_RAM is enabled, the dram_init() function is implemented
- * in sdram_common.c.
+ * in sdram.c.
*/
int dram_init(void)
{