diff options
| author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-01-20 19:16:05 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-01-26 12:38:13 +0100 |
| commit | 664ec31db7b99269b612360ffb3c9840a195e263 (patch) | |
| tree | b3548793a64fe969265407109a33444fb8ddb3a0 /arch/mips/dts/Makefile | |
| parent | 3483f28ebfaf968112ede2f075b9769a007cacdd (diff) | |
| download | u-boot-664ec31db7b99269b612360ffb3c9840a195e263.tar.gz u-boot-664ec31db7b99269b612360ffb3c9840a195e263.tar.xz u-boot-664ec31db7b99269b612360ffb3c9840a195e263.zip | |
MIPS: add BMIPS Comtrend AR-5315u board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
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 72848ed1b4..840dbf170d 100644 --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile @@ -8,6 +8,7 @@ dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb dtb-$(CONFIG_TARGET_XILFPGA) += nexys4ddr.dtb +dtb-$(CONFIG_BOARD_COMTREND_AR5315U) += comtrend,ar-5315u.dtb dtb-$(CONFIG_BOARD_COMTREND_AR5387UN) += comtrend,ar-5387un.dtb dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb dtb-$(CONFIG_BOARD_COMTREND_VR3032U) += comtrend,vr-3032u.dtb |
