]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: mx6 remove duplicated enable_cspi_clock
authorPeng Fan <Peng.Fan@freescale.com>
Wed, 1 Jul 2015 09:01:49 +0000 (17:01 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Jul 2015 00:42:57 +0000 (21:42 -0300)
commit8e4572291857b4b5d879cec14601c9f6e52b0424
tree4a6f85af0df55a03641040493d4b705268871912
parentbf639dd5c86fe166d66b66320c810ce42ac8dd69
imx: mx6 remove duplicated enable_cspi_clock

enable_spi_clock does the same thing with enable_cspi_clock, so
remove enable_cspi_clock.
Remove enable_cspi_clock prototype in header file
convert cm_fx6/spl.c to use enable_spi_clk

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/clock.c
arch/arm/include/asm/arch-mx6/clock.h
board/compulab/cm_fx6/spl.c