]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3288: move sdram driver to driver/ram
authorKever Yang <kever.yang@rock-chips.com>
Wed, 27 Sep 2017 08:11:32 +0000 (16:11 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:31 +0000 (00:33 +0200)
commit76c9bea5579daf5bfcd17a042921ab5954d7a716
treead3980c8ed8f8bad93d06b26746adfde41f4202f
parent3eb5ee5aea1a261642209947accc130beae1637a
rockchip: rk3288: 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>
arch/arm/mach-rockchip/rk3288/Makefile
arch/arm/mach-rockchip/rk3288/sdram_rk3288.c [deleted file]
drivers/ram/rockchip/Makefile
drivers/ram/rockchip/sdram_rk3288.c [new file with mode: 0644]