summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi/dram_timings/Makefile
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.xyz>2017-06-03 17:10:18 +0800
committerJagan Teki <jagan@amarulasolutions.com>2017-06-08 22:37:55 +0530
commitf6457ce5789b885706a2877edb70b5f8e61cf075 (patch)
tree07a6c460c9a922c90ebf00a0522e3845970d4fbc /arch/arm/mach-sunxi/dram_timings/Makefile
parent66b12526f0bdfb284a5152cd31d5eed849e7b873 (diff)
sunxi: Add selective DRAM type and timing
DRAM chip varies, and one code cannot satisfy all DRAMs. Add options to select a timing set. Currently only DDR3-1333 (the original set) is added into it. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/mach-sunxi/dram_timings/Makefile')
-rw-r--r--arch/arm/mach-sunxi/dram_timings/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/dram_timings/Makefile b/arch/arm/mach-sunxi/dram_timings/Makefile
new file mode 100644
index 0000000000..7e71c76a5c
--- /dev/null
+++ b/arch/arm/mach-sunxi/dram_timings/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_SUNXI_DRAM_DDR3_1333) += ddr3_1333.o