diff options
Diffstat (limited to 'board/freescale/mx28evk/iomux.c')
| -rw-r--r-- | board/freescale/mx28evk/iomux.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/freescale/mx28evk/iomux.c b/board/freescale/mx28evk/iomux.c index 40d8cf609..ae6eda343 100644 --- a/board/freescale/mx28evk/iomux.c +++ b/board/freescale/mx28evk/iomux.c @@ -173,12 +173,12 @@ const iomux_cfg_t iomux_setup[] = {  #define HW_DRAM_CTL29_CONFIG	(CS_MAP << 24 | COLUMN_SIZE << 16 | \  					ADDR_PINS << 8 | APREBIT) -void mx28_adjust_memory_params(uint32_t *dram_vals) +void mxs_adjust_memory_params(uint32_t *dram_vals)  {  	dram_vals[HW_DRAM_CTL29] = HW_DRAM_CTL29_CONFIG;  }  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));  } |