board: am335x: Drop duplicate pinmux configuration
authorPaul Barker <paul.barker@sancloud.co.uk>
Thu, 25 Apr 2019 14:12:00 +0000 (15:12 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
commitbb7b45a356376b52dd4d3a3acc2dde1fcfa75c4e
tree6c20cbe288b83fc025065b0d9e96a9f68b6f65b1
parent8d4f91bb19c70502ee1c38e0a0f4fd134307aa5e
board: am335x: Drop duplicate pinmux configuration

In commit ad6054f1fe128f797b6eb2964afca6674b584785 where support for the
Sancloud BeagleBone Enhanced (BBE) was added, new conditional
configuration of either MII pin muxing or RGMII pin muxing is done
depending on the board type. However, the old call to set up MII pin
muxing was not removed.

This may result in misconfiguration of the pin muxing for the BBE or
duplicate configuration for other boards and so we remove this obsolete
call.

Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
board/ti/am335x/mux.c