]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: spl.c: Add call to board_early_init_f()
authorStefan Roese <sr@denx.de>
Fri, 17 Apr 2015 16:13:06 +0000 (18:13 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:02 +0000 (13:49 +0200)
commit5b3997223900c4d32fa803e57745895c370d11ab
treeecc00bb00378e558a4b039be21f74a8f716e1551
parent9d68a27fa6f0cc669903b0de797c02b8e51ed418
arm: mvebu: spl.c: Add call to board_early_init_f()

Pin muxing needs to be done before UART output, since on A38x the UART
pins need some re-muxing for output to work.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/spl.c