freebsd-dev/sys/arm/freescale/imx/std.imx53
Ian Lepore 638a5afda9 Move device statements out of std.imx* and into kernel config files.
In the armv4/5 world device statements in these files were common, but in
the v6/7 world, other socs don't put device statements into those files, so
this just brings imx5 and imx6 into line with the current conventions.
2018-07-08 21:09:52 +00:00

7 lines
126 B
Plaintext

# $FreeBSD$
machine arm armv7
cpu CPU_CORTEXA
makeoptions CONF_CFLAGS="-march=armv7a"
files "../freescale/imx/files.imx5"