u-boot-brain/board/synopsys/arcangel4/Makefile
Alexey Brodkin 66712b8b46 arc: add Arcangel4 board support
Arcangel4 is a FPGA-based development board that is used for prototyping and
verificationof of both ARC hardware (CPUs) and software running upon CPU.

This board avaialble in 2 flavours:
 * Little-endian (arcangel4)
 * Big-endian (arcangel4-be)

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>

Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Francois Bedard <fbedard@synopsys.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
2014-02-07 08:14:33 -05:00

12 lines
463 B
Makefile

#
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
# This board is mostly used for debugging U-Boot in simulation (ISS).
# The only peripheral which is used on this board is a serial port which
# requires no initialization except those in "include/configs/arcangel4.h".
# And now there's no specific initializations for this board.
# So this Makefile is only required for satisfaction of U-Boot build system.