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:
parent
c3a4bf30a1
commit
9fb5acc13f
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue