The cfa-10056 is a cfa-10037 with a 4" LCD screen. Signed-off-by: Alexandre Belloni <[email protected]> --- conf/machine/cfa10056.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/cfa10056.conf
diff --git a/conf/machine/cfa10056.conf b/conf/machine/cfa10056.conf new file mode 100644 index 0000000..f4cfc50 --- /dev/null +++ b/conf/machine/cfa10056.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: Crystalfontz CFA-10056 +#@SOC: i.MX28 +#@DESCRIPTION: Machine configuration for CFA-10056 + +include conf/machine/include/cfa10036.inc + +KERNEL_DEVICETREE += "imx28-cfa10056.dtb" + +MACHINE_FEATURES += "screen" + -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
