Browse Source

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>
Chia-Wei, Wang 3 years ago
parent
commit
c16f518a79

+ 1 - 1
arch/arm/mach-aspeed/Makefile

@@ -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/

+ 1 - 0
arch/arm/mach-aspeed/ast2500/Makefile

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

+ 0 - 0
arch/arm/mach-aspeed/ast2500-board.c → arch/arm/mach-aspeed/ast2500/board_common.c