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:
committed by
Tom Rini
parent
f6a6a9f049
commit
d9b88d2547
12
board/aspeed/evb_ast2500/Kconfig
Normal file
12
board/aspeed/evb_ast2500/Kconfig
Normal 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
|
||||
1
board/aspeed/evb_ast2500/Makefile
Normal file
1
board/aspeed/evb_ast2500/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
obj-y += evb_ast2500.o
|
||||
6
board/aspeed/evb_ast2500/evb_ast2500.c
Normal file
6
board/aspeed/evb_ast2500/evb_ast2500.c
Normal file
@@ -0,0 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016 Google, Inc
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#include <common.h>
|
||||
Reference in New Issue
Block a user