diff options
author | maxims@google.com <maxims@google.com> | 2017-01-18 13:44:57 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:32 -0500 |
commit | f6a6a9f0497a9ec9f48966b2ee89d762f26092d2 (patch) | |
tree | e0b8faefc68943adbbe4786ef900a4b09c6e5f13 /arch/arm/mach-aspeed/Makefile | |
parent | 14e4b14979574a6b31f4e3037f81d5c66a8ae7b8 (diff) | |
download | u-boot-f6a6a9f0497a9ec9f48966b2ee89d762f26092d2.tar.gz u-boot-f6a6a9f0497a9ec9f48966b2ee89d762f26092d2.tar.xz u-boot-f6a6a9f0497a9ec9f48966b2ee89d762f26092d2.zip |
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>
Diffstat (limited to 'arch/arm/mach-aspeed/Makefile')
-rw-r--r-- | arch/arm/mach-aspeed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-aspeed/Makefile b/arch/arm/mach-aspeed/Makefile index 1f7af71b03..9d29ff7f6f 100644 --- a/arch/arm/mach-aspeed/Makefile +++ b/arch/arm/mach-aspeed/Makefile @@ -5,4 +5,4 @@ # obj-$(CONFIG_ARCH_ASPEED) += ast_wdt.o -obj-$(CONFIG_ASPEED_AST2500) += ast2500/ +obj-$(CONFIG_ASPEED_AST2500) += ast2500/ ast2500-board.o |