summaryrefslogtreecommitdiff
path: root/board/freescale/mx28evk/iomux.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx28evk/iomux.c')
-rw-r--r--board/freescale/mx28evk/iomux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx28evk/iomux.c b/board/freescale/mx28evk/iomux.c
index 40d8cf6..16a6d8a 100644
--- a/board/freescale/mx28evk/iomux.c
+++ b/board/freescale/mx28evk/iomux.c
@@ -180,5 +180,5 @@ void mx28_adjust_memory_params(uint32_t *dram_vals)
void board_init_ll(void)
{
- mx28_common_spl_init(iomux_setup, ARRAY_SIZE(iomux_setup));
+ mxs_common_spl_init(iomux_setup, ARRAY_SIZE(iomux_setup));
}