u-boot-brain/arch/arm/cpu/armv7/mx6
Peng Fan d0acd99334 imx: add cpu type for i.MX6QP/DP
Add cpu type for i.MX6QP/DP.

This patch also fix is_mx6dqp(), since get_cpu_rev can return MXC_CPU_MX6QP
and MXC_CPU_MX6DP, we should use:
(is_cpu_type(MXC_CPU_MX6QP) || is_cpu_type(MXC_CPU_MX6DP)).

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
2015-08-02 10:42:48 +02:00
..
clock.c imx: mx6 add i2c4 clock support for i.MX6SX 2015-07-10 09:36:16 +02:00
ddr.c arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified 2015-05-19 15:22:53 +02:00
hab.c iMX: adding parsing to hab_status command 2015-07-10 10:00:14 +02:00
Kconfig arm: mx6: tqma6: CPU type selection via Kconfig 2015-06-27 17:52:20 +02:00
Makefile mx6: add support of multi-processor command 2014-08-20 11:52:54 +02:00
mp.c mx6: add support of multi-processor command 2014-08-20 11:52:54 +02:00
soc.c imx: add cpu type for i.MX6QP/DP 2015-08-02 10:42:48 +02:00