diff options
author | huang lin <hl@rock-chips.com> | 2015-11-17 14:20:26 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | 53c45f0ca27cbf6acd840e87beaa1ba1be74399b (patch) | |
tree | 6d952b4b185285f9a5f9d9fb3ef2acd8438130c5 /arch/arm/mach-rockchip/rk3036/Makefile | |
parent | 07d8d35a612b30e37256179fc6fd40158bcb528e (diff) |
rockchip: add rk3036 sdram driver
add rk3036 sdram driver so we can set up sdram in SPL
Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3036/Makefile')
-rw-r--r-- | arch/arm/mach-rockchip/rk3036/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Makefile b/arch/arm/mach-rockchip/rk3036/Makefile index 5d14b95eb1..6095777b8f 100644 --- a/arch/arm/mach-rockchip/rk3036/Makefile +++ b/arch/arm/mach-rockchip/rk3036/Makefile @@ -8,3 +8,5 @@ ifndef CONFIG_SPL_BUILD obj-y += reset_rk3036.o obj-y += syscon_rk3036.o endif + +obj-y += sdram_rk3036.o |