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:
Masahiro Yamada 2017-01-28 06:53:48 +09:00
parent 513cfaccc8
commit 9c572684b4
1 changed files with 1 additions and 1 deletions

View File

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