summaryrefslogtreecommitdiffstats
path: root/scripts/imx/imx.h
blob: d466e5dad0ee610f15e3d22147f4de76483e1359 (plain)
1
2
3
4
5
6
7
8
9
10

#include <mach/imx-header.h>
#include <mach/imx_cpu_types.h>

static inline int cpu_is_mx8m(const struct config_data *data)
{
	return data->cpu_type == IMX_CPU_IMX8MQ || data->cpu_type == IMX_CPU_IMX8MM;
}

int parse_config(struct config_data *data, const char *filename);