Skip to content
Snippets Groups Projects
Commit d0acd993 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

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: default avatarPeng Fan <Peng.Fan@freescale.com>
Acked-by: default avatarStefano Babic <sbabic@denx.de>
parent 5b94ce2c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment