mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ARM: uniphier: compile board data only for SPL
Now U-Boot proper need not get the uniphier_boards array. Compile it only for SPL. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
513cfaccc8
commit
9c572684b4
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
|
||||
obj-y += boards.o
|
||||
obj-y += spl_board_init.o
|
||||
obj-y += memconf.o
|
||||
obj-y += bcu/
|
||||
|
@ -21,7 +22,6 @@ obj-y += pinctrl-glue.o
|
|||
|
||||
endif
|
||||
|
||||
obj-y += boards.o
|
||||
obj-y += soc-info.o
|
||||
obj-y += boot-mode/
|
||||
obj-y += clk/
|
||||
|
|
Loading…
Add table
Reference in a new issue