]> git.dujemihanovic.xyz Git - u-boot.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)
commitb99e03d90b5deef047e3ab16a37cb3301eac6471
tree82e9d574b6c6c7ec642e58408bc4415ece4ffd0a
parent50ef3851b864aa4bbe5d445b86ccdf58c69eb320
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