meta-digi-arm: Add DTSNAME to ccardimx28js.

This will be used as the device tree name for kernels that
need to compile a device tree.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-07-09 16:41:50 +02:00
parent c3a4bf30a1
commit 9fb5acc13f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
include conf/machine/include/ccardimx28.inc
DTSNAME = "imx28-${MACHINE}"
SERIAL_CONSOLE_DEVICE = '${@base_version_less_or_equal("PREFERRED_VERSION_linux-dey", "2.6.35.14", "ttyAM0", "ttyAMA0", d)}'
SERIAL_CONSOLE = "115200 ${SERIAL_CONSOLE_DEVICE}"