commit | 7cb5a00c61e839c34d317c5757ba6c34c4a14edb | [log] [tgz] |
---|---|---|
author | maxims@google.com <maxims@google.com> | Wed Jan 18 13:44:58 2017 -0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 28 14:04:33 2017 -0500 |
tree | 57a76ea6c3c34bc45106076337112b914254dba6 | |
parent | 899b40f3c56c6f6d29c9d0d361c56a8bc892e798 [diff] [blame] |
aspeed: Support for ast2500 Eval Board ast2500 Eval Board device tree and board specific configuration. Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/board/aspeed/evb_ast2500/evb_ast2500.c b/board/aspeed/evb_ast2500/evb_ast2500.c new file mode 100644 index 0000000..649e3ba --- /dev/null +++ b/board/aspeed/evb_ast2500/evb_ast2500.c
@@ -0,0 +1,6 @@ +/* + * Copyright (c) 2016 Google, Inc + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#include <common.h>