diff options
author | Paul Burton | 2018-12-16 19:25:22 -0300 |
---|---|---|
committer | Daniel Schwierzeck | 2018-12-19 15:23:01 +0100 |
commit | cd71b1d5d26dfff15222f5df8a5a6df68fc41df7 (patch) | |
tree | d2151922fd418631781095a603ce9befb176e5cd /arch/mips/Makefile | |
parent | b325c4dcd72246a107580280ff66f4c86b23254a (diff) |
mips: jz47xx: Add JZ4780 SoC support
Add initial support for the Ingenic JZ47xx MIPS SoC.
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 124e93fa26c..029d290f1e0 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -13,6 +13,7 @@ libs-y += arch/mips/lib/ machine-$(CONFIG_ARCH_ATH79) += ath79 machine-$(CONFIG_ARCH_BMIPS) += bmips +machine-$(CONFIG_ARCH_JZ47XX) += jz47xx machine-$(CONFIG_MACH_PIC32) += pic32 machine-$(CONFIG_ARCH_MT7620) += mt7620 machine-$(CONFIG_ARCH_MSCC) += mscc |