diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-09-08 07:47:39 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-09-21 16:24:36 +0200 |
commit | ad8783cb1cb258b71d81800f72cd64eb44081653 (patch) | |
tree | feb7ad4960dc78fa6db22dd8c862b2b0d8bf93d9 /arch/mips/dts/Makefile | |
parent | dd7c749474e0976cfc7e78dc9032d7fa8b9b9632 (diff) | |
download | u-boot-imx-ad8783cb1cb258b71d81800f72cd64eb44081653.zip u-boot-imx-ad8783cb1cb258b71d81800f72cd64eb44081653.tar.gz u-boot-imx-ad8783cb1cb258b71d81800f72cd64eb44081653.tar.bz2 |
boston: Introduce support for the MIPS Boston development board
This patch introduces support for building U-Boot to run on the MIPS
Boston development board. This is a board built around an FPGA & an
Intel EG20T Platform Controller Hub, used largely as part of the
development of new CPUs and their software support. It is essentially
the successor to the older MIPS Malta board.
Signed-off-by: Paul Burton <paul.burton@imgtec.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 5f311d4..30fcc2b 100644 --- a/arch/mips/dts/Makefile +++ b/arch/mips/dts/Makefile @@ -4,6 +4,7 @@ dtb-$(CONFIG_TARGET_AP121) += ap121.dtb dtb-$(CONFIG_TARGET_AP143) += ap143.dtb +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 |