summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-05 14:42:57 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-07 00:15:03 +0900
commitdc4057eb8195e1b89f744ac50a1afd1a03c99395 (patch)
tree02080cc724d21c1c6d5297c3ee79dae1b55be04b /arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
parent08fda258ee127db50f76d6600cc6bf2268e0a178 (diff)
downloadtalos-obmc-uboot-dc4057eb8195e1b89f744ac50a1afd1a03c99395.tar.gz
talos-obmc-uboot-dc4057eb8195e1b89f744ac50a1afd1a03c99395.zip
ARM: UniPhier: remove unused checkboard() functions
Since commit 0365ffcc0bd6 (generic-board: show model name in board_init_f() too), checkboard() is invoked only when show_board_info() fails to get the model name from Device Tree. It never happens because UniPhier SoCs now only work with CONFIG_OF_CONTROL and all the root nodes of UniPhier device trees have the "model" property. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile')
-rw-r--r--arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile b/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
index af9c86d3b8..bef1b8ae91 100644
--- a/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
+++ b/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_DISPLAY_BOARDINFO) += board_info.o
obj-$(if $(CONFIG_OF_CONTROL),,y) += platdevice.o
obj-y += boot-mode.o
obj-$(CONFIG_DEBUG_LL) += lowlevel_debug.o
OpenPOWER on IntegriCloud