summaryrefslogtreecommitdiffstats
path: root/arch/mips/Makefile
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 16:59:52 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commit1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d (patch)
treef860e8ae8b68fd43f8dd19412aed0e7f6da51585 /arch/mips/Makefile
parent4a48cfc4e57b4b247d94a614b2fbfcf03aa45ea1 (diff)
downloadtalos-obmc-uboot-1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d.tar.gz
talos-obmc-uboot-1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d.zip
mips: add base support for QCA/Atheros ath79 SOCs
This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r--arch/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile
index aec5a1517a..7a82316130 100644
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -8,6 +8,7 @@ libs-y += arch/mips/cpu/
libs-y += arch/mips/lib/
machine-$(CONFIG_SOC_AU1X00) += au1x00
+machine-$(CONFIG_ARCH_ATH79) += ath79
machine-$(CONFIG_MACH_PIC32) += pic32
machdirs := $(patsubst %,arch/mips/mach-%/,$(machine-y))
OpenPOWER on IntegriCloud