]> Git Repo - J-u-boot.git/commit
imx: imx6: Move gpr_init() function to soc.c
authorBreno Lima <[email protected]>
Thu, 24 Aug 2017 13:00:16 +0000 (10:00 -0300)
committerStefano Babic <[email protected]>
Mon, 28 Aug 2017 07:48:53 +0000 (09:48 +0200)
commit3aa4b703b483f165dd2eb5c3324b44b60fbb1672
treebe47799cc857c58710a5e6bac7a76e116240a636
parent962c78b1dfa6cd69333cad52c9298a3e1f85f606
imx: imx6: Move gpr_init() function to soc.c

Since the gpr_init() function is common for boards using MX6S, MX6DL, MX6D,
MX6Q and MX6QP processors move it to the soc.c file.

Signed-off-by: Breno Lima <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
19 files changed:
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/mx6/soc.c
board/bachmann/ot1200/ot1200.c
board/barco/platinum/platinum.h
board/congatec/cgtqmx6eval/cgtqmx6eval.c
board/el/el6x/el6x.c
board/engicam/common/spl.c
board/freescale/mx6sabreauto/mx6sabreauto.c
board/freescale/mx6sabresd/mx6sabresd.c
board/gateworks/gw_ventana/gw_ventana_spl.c
board/kosagi/novena/novena_spl.c
board/liebherr/mccmon6/spl.c
board/phytec/pcm058/pcm058.c
board/phytec/pfla02/pfla02.c
board/solidrun/mx6cuboxi/mx6cuboxi.c
board/toradex/apalis_imx6/apalis_imx6.c
board/toradex/colibri_imx6/colibri_imx6.c
board/udoo/udoo_spl.c
board/wandboard/spl.c
This page took 0.037686 seconds and 4 git commands to generate.