]> Git Repo - u-boot.git/commit
ram: move aspeed ram driver into drivers/ directory
authorDylan Hung <[email protected]>
Mon, 7 Sep 2020 08:25:06 +0000 (16:25 +0800)
committerTom Rini <[email protected]>
Thu, 8 Oct 2020 14:58:33 +0000 (10:58 -0400)
commit5d457f8057962fbd2ae90826fe80b4039f2dba71
tree51c8de183f30ef5681fb3e6e178b178e9a4518f7
parenta58d86db46456c4e14d4d140e419c4c5999fb2f8
ram: move aspeed ram driver into drivers/ directory

to improve the maintainability.  It is more easier to modify and add
configurations of the driver in the centralized ram driver directory.

Signed-off-by: Dylan Hung <[email protected]>
Reviewed-by: Ryan Chen <[email protected]>
arch/arm/mach-aspeed/ast2500/Makefile
arch/arm/mach-aspeed/ast2500/sdram_ast2500.c [deleted file]
drivers/ram/Makefile
drivers/ram/aspeed/Makefile [new file with mode: 0644]
drivers/ram/aspeed/sdram_ast2500.c [new file with mode: 0644]
This page took 0.034071 seconds and 4 git commands to generate.