summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-11 22:18:22 +0900
committerMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-12 00:31:01 +0900
commitb67932e3e72b6214cde75c7e2f796d0c70ff3ffb (patch)
treed557935114f8a599f344532d62761e25f9b3ac7a /arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
parent4f25481b839454f0f7b1818fdba07ded4a6b1fe1 (diff)
downloadtalos-obmc-uboot-b67932e3e72b6214cde75c7e2f796d0c70ff3ffb.tar.gz
talos-obmc-uboot-b67932e3e72b6214cde75c7e2f796d0c70ff3ffb.zip
ARM: UniPhier: call pin_init() also in the normal boot
CONFIG_UNIPHIER_SERIAL has been moved to Kconfig and it is defined in ./.config but not in spl/.config, so pin_init() should be called from the normal image so that UART works correctly. 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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile b/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
index 4f42aec49a..fba1cc7498 100644
--- a/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
+++ b/arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
@@ -5,6 +5,7 @@
obj-$(CONFIG_DISPLAY_BOARDINFO) += board_info.o
obj-y += platdevice.o
obj-y += boot-mode.o
-obj-$(CONFIG_BOARD_POSTCLK_INIT) += bcu_init.o sbc_init.o sg_init.o \
- pll_init.o clkrst_init.o pinctrl.o
+obj-$(CONFIG_SOC_INIT) += bcu_init.o sbc_init.o sg_init.o pll_init.o \
+ clkrst_init.o
+obj-$(CONFIG_BOARD_POSTCLK_INIT) += pinctrl.o
obj-$(CONFIG_DRAM_INIT) += pll_spectrum.o umc_init.o
OpenPOWER on IntegriCloud