aspeed: Board init functions and common configs for ast2500 based boards
authormaxims@google.com <maxims@google.com>
Wed, 18 Jan 2017 21:44:57 +0000 (13:44 -0800)
committerTom Rini <trini@konsulko.com>
Sat, 28 Jan 2017 19:04:32 +0000 (14:04 -0500)
commitf6a6a9f0497a9ec9f48966b2ee89d762f26092d2
treee0b8faefc68943adbbe4786ef900a4b09c6e5f13
parent14e4b14979574a6b31f4e3037f81d5c66a8ae7b8
aspeed: Board init functions and common configs for ast2500 based boards

Add configuration file with parameters that are very likely to be shared by
all ast2500-based boards.
Add ast2500-board.c file with the init code that is very likely to be
shared by all ast2500-based boards.
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-aspeed/Makefile
arch/arm/mach-aspeed/ast2500-board.c [new file with mode: 0644]
include/configs/aspeed-common.h [new file with mode: 0644]