mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 10:12:14 +02:00
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:
@@ -3,4 +3,4 @@
|
|||||||
# Copyright (c) 2016 Google, Inc
|
# Copyright (c) 2016 Google, Inc
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_ASPEED) += ast_wdt.o
|
obj-$(CONFIG_ARCH_ASPEED) += ast_wdt.o
|
||||||
obj-$(CONFIG_ASPEED_AST2500) += ast2500/ ast2500-board.o
|
obj-$(CONFIG_ASPEED_AST2500) += ast2500/
|
||||||
|
@@ -1,2 +1,3 @@
|
|||||||
obj-y += lowlevel_init.o
|
obj-y += lowlevel_init.o
|
||||||
|
obj-y += board_common.o
|
||||||
obj-y += clk_ast2500.o sdram_ast2500.o
|
obj-y += clk_ast2500.o sdram_ast2500.o
|
||||||
|
Reference in New Issue
Block a user