]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: UniPhier: fix SBC init code
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 26 Feb 2015 17:26:49 +0000 (02:26 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:06:21 +0000 (14:06 +0200)
commit6cc0c3029b6075aa74a0d828bae42f3cdc216bd7
tree15f3139d8e13358bd8dfc97115922b5b4fbd8c24
parentcf37f5b28b973d11c76bbde20625cb5c2764012f
ARM: UniPhier: fix SBC init code

Now UniPhier SoCs only work with CONFIG_SPL and the function
sbc_init() is called from SPL.
The conditional #if !defined(CONFIG_SPL_BUILD) has no point
any more.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/mach-uniphier/ph1-ld4/sbc_init.c
arch/arm/mach-uniphier/ph1-pro4/sbc_init.c
arch/arm/mach-uniphier/ph1-sld8/sbc_init.c