mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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>
This commit is contained in:
parent
8d4f91bb19
commit
bb7b45a356
@ -399,7 +399,6 @@ void enable_board_pin_mux(void)
|
||||
configure_module_pin_mux(mii1_pin_mux);
|
||||
}
|
||||
/* Beaglebone LT pinmux */
|
||||
configure_module_pin_mux(mii1_pin_mux);
|
||||
configure_module_pin_mux(mmc0_pin_mux);
|
||||
#if defined(CONFIG_NAND) && defined(CONFIG_EMMC_BOOT)
|
||||
configure_module_pin_mux(nand_pin_mux);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user