aspeed: Support for ast2500 Eval Board

ast2500 Eval Board device tree and board specific configuration.
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
maxims@google.com
2017-01-18 13:44:58 -08:00
committed by Tom Rini
parent f6a6a9f049
commit d9b88d2547
8 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
if TARGET_EVB_AST2500
config SYS_BOARD
default "evb_ast2500"
config SYS_VENDOR
default "aspeed"
config SYS_CONFIG_NAME
default "evb_ast2500"
endif

View File

@@ -0,0 +1 @@
obj-y += evb_ast2500.o

View File

@@ -0,0 +1,6 @@
/*
* Copyright (c) 2016 Google, Inc
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>