summaryrefslogtreecommitdiff
path: root/board/ti/dra7xx
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:18:56 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:12:06 -0400
commit3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a (patch)
treeab82d13ca8cd099ce6233f9082019f57a1ec2b62 /board/ti/dra7xx
parented5ddebe9628402568e8e6f3cbd51b1c345eabd5 (diff)
downloadu-boot-imx-3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a.zip
u-boot-imx-3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a.tar.gz
u-boot-imx-3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a.tar.bz2
omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs
There is no distinction between essential and non-essential mux configuration, so it doesn't make sense to have an "essential" prefix. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'board/ti/dra7xx')
-rw-r--r--board/ti/dra7xx/evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/dra7xx/evm.c b/board/ti/dra7xx/evm.c
index 97174c8..4e45abf 100644
--- a/board/ti/dra7xx/evm.c
+++ b/board/ti/dra7xx/evm.c
@@ -338,7 +338,7 @@ void do_board_detect(void)
}
#endif /* CONFIG_SPL_BUILD */
-void set_muxconf_regs_essential(void)
+void set_muxconf_regs(void)
{
do_set_mux32((*ctrl)->control_padconf_core_base,
early_padconf, ARRAY_SIZE(early_padconf));