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)
commite054be5babdafddf63fa6be7a021f6b2e5667b50
tree445814a937bae6b766495ac37c8cb1d543e2cdb4
parent938359c5704835d5cf8d20f09beab1b361891003
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