mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
ad8783cb1c
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>
9 lines
150 B
Makefile
9 lines
150 B
Makefile
#
|
|
# Copyright (C) 2016 Imagination Technologies
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
obj-y += checkboard.o
|
|
obj-y += ddr.o
|
|
obj-y += lowlevel_init.o
|