summaryrefslogtreecommitdiff
path: root/board/compulab/cm_t54/cm_t54.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 18:18:56 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-15 19:12:06 (GMT)
commit3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a (patch)
treeab82d13ca8cd099ce6233f9082019f57a1ec2b62 /board/compulab/cm_t54/cm_t54.c
parented5ddebe9628402568e8e6f3cbd51b1c345eabd5 (diff)
downloadu-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/compulab/cm_t54/cm_t54.c')
-rw-r--r--board/compulab/cm_t54/cm_t54.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_t54/cm_t54.c b/board/compulab/cm_t54/cm_t54.c
index 6d3b18a..b4f5d40 100644
--- a/board/compulab/cm_t54/cm_t54.c
+++ b/board/compulab/cm_t54/cm_t54.c
@@ -30,7 +30,7 @@
DECLARE_GLOBAL_DATA_PTR;
#if !defined(CONFIG_SPL_BUILD)
-inline void set_muxconf_regs_essential(void){};
+inline void set_muxconf_regs(void){};
#endif
const struct omap_sysinfo sysinfo = {