diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-27 18:18:56 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-15 19:12:06 (GMT) |
commit | 3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a (patch) | |
tree | ab82d13ca8cd099ce6233f9082019f57a1ec2b62 /board/ti/panda | |
parent | ed5ddebe9628402568e8e6f3cbd51b1c345eabd5 (diff) | |
download | u-boot-3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a.tar.xz |
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/panda')
-rw-r--r-- | board/ti/panda/panda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/panda/panda.c b/board/ti/panda/panda.c index 959a23f..13b5daf 100644 --- a/board/ti/panda/panda.c +++ b/board/ti/panda/panda.c @@ -268,7 +268,7 @@ int misc_init_r(void) return 0; } -void set_muxconf_regs_essential(void) +void set_muxconf_regs(void) { do_set_mux((*ctrl)->control_padconf_core_base, core_padconf_array_essential, |