mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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:
parent
611fe09577
commit
c16f518a79
3 changed files with 2 additions and 1 deletions
|
@ -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,2 +1,3 @@
|
|||
obj-y += lowlevel_init.o
|
||||
obj-y += board_common.o
|
||||
obj-y += clk_ast2500.o sdram_ast2500.o
|
||||
|
|
Loading…
Reference in a new issue