]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: call pin_init() also in the normal boot
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 11 Nov 2014 13:18:22 +0000 (22:18 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 11 Nov 2014 15:31:01 +0000 (00:31 +0900)
commitb67932e3e72b6214cde75c7e2f796d0c70ff3ffb
treed557935114f8a599f344532d62761e25f9b3ac7a
parent4f25481b839454f0f7b1818fdba07ded4a6b1fe1
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>
arch/arm/cpu/armv7/uniphier/Kconfig
arch/arm/cpu/armv7/uniphier/board_postclk_init.c
arch/arm/cpu/armv7/uniphier/ph1-ld4/Makefile
arch/arm/cpu/armv7/uniphier/ph1-pro4/Makefile
arch/arm/cpu/armv7/uniphier/ph1-sld8/Makefile
include/configs/uniphier-common.h