Skip to content
Snippets Groups Projects
Commit 9b21de78 authored by Ley Foon Tan's avatar Ley Foon Tan Committed by Marek Vasut
Browse files

arm: socfpga: Add board files for the Arria10


Add support for the Arria10 SoCDK.

Signed-off-by: default avatarTien Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
parent 1b259403
No related branches found
No related tags found
No related merge requests found
if TARGET_SOCFPGA_ARRIA10
config SYS_CPU
default "armv7"
config SYS_BOARD
default "socfpga_arria10"
config SYS_VENDOR
default "altera"
config SYS_SOC
default "socfpga_arria10"
config SYS_CONFIG_NAME
default "socfpga_arria10"
endif
#
# Copyright (C) 2015 Altera Corporation <www.altera.com>
#
# SPDX-License-Identifier: GPL-2.0
#
obj-y := socfpga.o
/*
* Copyright (C) 2015 Altera Corporation <www.altera.com>
*
* SPDX-License-Identifier: GPL-2.0
*/
#include <common.h>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment