cosmetic: aspeed: ast2500: Rename board file

Rename the ast2500-board.c to board_common.c and
place the renamed file under the ast2500 folder.

Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
This commit is contained in:
Chia-Wei, Wang 2020-08-03 17:36:07 +08:00 committed by Tom Rini
parent 611fe09577
commit c16f518a79
3 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# Copyright (c) 2016 Google, Inc
obj-$(CONFIG_ARCH_ASPEED) += ast_wdt.o
obj-$(CONFIG_ASPEED_AST2500) += ast2500/ ast2500-board.o
obj-$(CONFIG_ASPEED_AST2500) += ast2500/

View File

@ -1,2 +1,3 @@
obj-y += lowlevel_init.o
obj-y += board_common.o
obj-y += clk_ast2500.o sdram_ast2500.o