From 1e0cf5c34bd3074d6b026035354a89121fbf224f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 5 Aug 2012 09:05:32 +0000 Subject: mxs: Reowork SPL to use 'mxs' prefix for methods Signed-off-by: Otavio Salvador --- board/bluegiga/apx4devkit/spl_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/bluegiga/apx4devkit/spl_boot.c') diff --git a/board/bluegiga/apx4devkit/spl_boot.c b/board/bluegiga/apx4devkit/spl_boot.c index 53e20da3aa..f7dbe41a33 100644 --- a/board/bluegiga/apx4devkit/spl_boot.c +++ b/board/bluegiga/apx4devkit/spl_boot.c @@ -145,13 +145,13 @@ const iomux_cfg_t iomux_setup[] = { 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)); /* switch LED on */ gpio_direction_output(MX28_PAD_PWM3__GPIO_3_28, 0); } -void mx28_adjust_memory_params(uint32_t *dram_vals) +void mxs_adjust_memory_params(uint32_t *dram_vals) { /* * All address lines are routed from CPU to memory chip. -- cgit v1.2.3