diff options
author | Paul Burton <paul.burton@imgtec.com> | 2018-12-16 19:25:23 -0300 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-12-19 15:23:02 +0100 |
commit | 25c7de2255128743fcbe436b6f3b17a70d0cdd82 (patch) | |
tree | 91bb2db4d255900de5150a57ababafda6fdc4d77 /arch/mips/dts/Makefile | |
parent | cd71b1d5d26dfff15222f5df8a5a6df68fc41df7 (diff) | |
download | u-boot-25c7de2255128743fcbe436b6f3b17a70d0cdd82.tar.gz |
mips: jz47xx: Add Creator CI20 platform
Add support for the Creator CI20 platform based on the JZ4780 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/dts/Makefile')
-rw-r--r-- | arch/mips/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/dts/Makefile b/arch/mips/dts/Makefile index b447141f87..647d2bf0d5 100644 --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile @@ -16,6 +16,7 @@ dtb-$(CONFIG_BOARD_NETGEAR_CG3100D) += netgear,cg3100d.dtb dtb-$(CONFIG_BOARD_NETGEAR_DGND3700V2) += netgear,dgnd3700v2.dtb dtb-$(CONFIG_BOARD_SAGEM_FAST1704) += sagem,f@st1704.dtb dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb +dtb-$(CONFIG_TARGET_JZ4780_CI20) += ci20.dtb targets += $(dtb-y) |