]> git.baikalelectronics.ru Git - uboot.git/commit
Nokia RX-51: Remove function set_muxconf_regs()
authorPali Rohár <pali@kernel.org>
Sun, 7 Feb 2021 13:50:14 +0000 (14:50 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 3 Mar 2021 03:12:46 +0000 (04:12 +0100)
commit735731ec4e52f85230974e3515d377659a7409d8
tree82e9d574b6c6c7ec642e58408bc4415ece4ffd0a
parent7082d857c9e57deede51e38c873f118c1d577710
Nokia RX-51: Remove function set_muxconf_regs()

This function is not used and was never called.

This board contains '#define CONFIG_SKIP_LOWLEVEL_INIT' because X-Loader
set everything up, including MUX configuration.

Also this MUX configuration is incorrect and does not match hardware.

So remove this dead, unused and broken code.

This change will decrease size of U-Boot binary.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Acked-by: Pavel Machek <pavel@ucw.cz>
board/nokia/rx51/rx51.c
board/nokia/rx51/rx51.h