]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: da850-evm: Remove repeated pinmuxing calls
authorAdam Ford <aford173@gmail.com>
Sun, 23 Jun 2019 23:30:54 +0000 (18:30 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 02:24:12 +0000 (22:24 -0400)
commitd008377303c16b9e99ae67701997f92317da4f5b
tree445814a937bae6b766495ac37c8cb1d543e2cdb4
parent20d04c652800ebe3fa8da6dc0bd0804fa78746bb
ARM: da850-evm: Remove repeated pinmuxing calls

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>
board/davinci/da8xxevm/da850evm.c