diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-06-02 23:13:23 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-06-06 08:07:26 (GMT) |
commit | fe0f7f7842e109b9e04e455787d35bf3b21027c2 (patch) | |
tree | 83ebfdc20df65570e699599796432a6f7b731fc4 /arch/arm/cpu/armv7/mx6/Makefile | |
parent | 8d05b161fc4633788bcad133efdf8d76fc40237f (diff) | |
download | u-boot-fe0f7f7842e109b9e04e455787d35bf3b21027c2.tar.xz |
mx6: add mmdc configuration for MX6Q/MX6DL
- add function for configuring iomux based on board-specific regs
- add function for configuring mmdc based on board-specific and
chip-specific data
Cc: Stefan Roese <sr@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Andy Ng <andreas2025@gmail.com>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Tapani Utriainen <tapani@technexion.com>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Makefile b/arch/arm/cpu/armv7/mx6/Makefile index d7285fc..6dc9f8e 100644 --- a/arch/arm/cpu/armv7/mx6/Makefile +++ b/arch/arm/cpu/armv7/mx6/Makefile @@ -8,4 +8,5 @@ # obj-y := soc.o clock.o +obj-$(CONFIG_SPL_BUILD) += ddr.o obj-$(CONFIG_SECURE_BOOT) += hab.o |