commit | f930ea6b9fa1b180c76e07879f96a2af6efe7f62 | [log] [tgz] |
---|---|---|
author | Otavio Salvador <otavio@ossystems.com.br> | Sun Aug 05 09:05:32 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:17 2012 +0200 |
tree | b7a0ab36160fdcacae9e8876b3eac748a6cb0eac | |
parent | 22f4ff915e61d84fa81a890e0306c86d7ff91e96 [diff] [blame] |
mxs: Reowork SPL to use 'mxs' prefix for methods Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 board_init_ll(void) { - mx28_common_spl_init(iomux_setup, ARRAY_SIZE(iomux_setup)); + mxs_common_spl_init(iomux_setup, ARRAY_SIZE(iomux_setup)); }