
28 Jul
2019
28 Jul
'19
11:49 p.m.
On Sun, Jun 23, 2019 at 06:30:54PM -0500, Adam Ford wrote:
arch_cpu_init() initializes the pinmuxing which is called fairly early in the start sequences, so the board_init function doesn't need to do it again. This patch removes the call from board_init.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/board/davinci/da8xxevm/da850evm.c b/board/davinci/da8xxevm/da850evm.c index c5404e6063..fb1f5750fa 100644
Applied to u-boot/master, thanks!
--
Tom