diff options
author | Tom Rini <trini@konsulko.com> | 2019-01-23 17:24:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-23 17:24:31 -0500 |
commit | aff66f22d6eeb27c6329c0a3c1ebc52914c8affa (patch) | |
tree | 1c98306ac2c12c2654bf37e65f19de77faaab28f /arch/mips/dts/Makefile | |
parent | 7794fe2c8c1303d303dbc515955c6c5be706da88 (diff) | |
parent | a834cb817fb1a11607ea8e6394235843be079fdd (diff) |
Merge tag 'mips-pull-2019-01-23' of git://git.denx.de/u-boot-mips
- MIPS: mscc: ocelot: add ethernet switch and network support
- MIPS: mscc: add support for ServalT SoC family
- MIPS: mscc: add support for Serval SoC family
Diffstat (limited to 'arch/mips/dts/Makefile')
-rw-r--r-- | arch/mips/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/dts/Makefile b/arch/mips/dts/Makefile index 1484db92c8..b94b582837 100644 --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile @@ -20,6 +20,8 @@ dtb-$(CONFIG_TARGET_JZ4780_CI20) += ci20.dtb dtb-$(CONFIG_SOC_LUTON) += luton_pcb090.dtb luton_pcb091.dtb dtb-$(CONFIG_SOC_OCELOT) += ocelot_pcb120.dtb ocelot_pcb123.dtb dtb-$(CONFIG_SOC_JR2) += jr2_pcb110.dtb jr2_pcb111.dtb serval2_pcb112.dtb +dtb-$(CONFIG_SOC_SERVALT) += servalt_pcb116.dtb +dtb-$(CONFIG_SOC_SERVAL) += serval_pcb105.dtb serval_pcb106.dtb targets += $(dtb-y) |