]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 19 Aug 2012 04:58:30 +0000 (04:58 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:28 +0000 (14:58 +0200)
commit72f8ebf17e166da67881b18b946fc976d3039aa4
treeea03ec2de5bf923210b285b48c03eb95f687aaa6
parent89ce53ffcd9b5dab4880ce7c01cf45b1d8039968
mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

The DRAM initialization, after SPL has complete, is exactly the same
for all mxs SoCs so we should name it accordinly.

The following boards has been changed:

 * apx4devkit
 * m28evk
 * mx28evk
 * sc_sps_1

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
arch/arm/cpu/arm926ejs/mxs/mxs.c
arch/arm/include/asm/arch-mxs/sys_proto.h
board/bluegiga/apx4devkit/apx4devkit.c
board/denx/m28evk/m28evk.c
board/freescale/mx28evk/mx28evk.c
board/schulercontrol/sc_sps_1/sc_sps_1.c