aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mx28evk
diff options
context:
space:
mode:
authorOtavio Salvador2012-08-05 09:05:32 +0000
committerAlbert ARIBAUD2012-09-01 14:58:17 +0200
commit1e0cf5c34bd3074d6b026035354a89121fbf224f (patch)
treeb7a0ab36160fdcacae9e8876b3eac748a6cb0eac /board/freescale/mx28evk
parent9c471142bc6c5aa01532ba85ead8509bbf2eb153 (diff)
mxs: Reowork SPL to use 'mxs' prefix for methods
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'board/freescale/mx28evk')
-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 40d8cf60976..16a6d8ad230 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));
}