summaryrefslogtreecommitdiff
path: root/arch/arm/mach-uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 01:06:07 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 22:54:19 +0900
commit43a8cc905d575aadec48248de32828975882b43d (patch)
tree2db8e819f11cad03fa833c68510f557fb1ca84e2 /arch/arm/mach-uniphier/Makefile
parent3756fe2a2c01cc04474954c792443199245f132f (diff)
downloadu-boot-imx-43a8cc905d575aadec48248de32828975882b43d.zip
u-boot-imx-43a8cc905d575aadec48248de32828975882b43d.tar.gz
u-boot-imx-43a8cc905d575aadec48248de32828975882b43d.tar.bz2
ARM: uniphier: use checkboard() instead of misc_init_f()
We can use checkboard() stub to show additional board information, so misc_init_f() should not be used for this purpose. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r--arch/arm/mach-uniphier/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile
index 774ea99..2e92e15 100644
--- a/arch/arm/mach-uniphier/Makefile
+++ b/arch/arm/mach-uniphier/Makefile
@@ -11,7 +11,6 @@ else
obj-$(CONFIG_BOARD_EARLY_INIT_F) += board_early_init_f.o
obj-$(CONFIG_DISPLAY_CPUINFO) += cpu_info.o
-obj-$(CONFIG_MISC_INIT_F) += print_misc_info.o
obj-y += dram_init.o
obj-y += board_common.o
obj-$(CONFIG_BOARD_EARLY_INIT_R) += board_early_init_r.o