]>
code.ossystems Code Review - meta-freescale.git/commit
linux-fslc-mx6: Fix serial console use with SystemD
The SystemD requires the CONFIG_FHANDLE option to be enabled to
properly support the serial console getty initialization. This fixes
following error:
,----[ i.MX6Q SABRE Smart Device boot error ]
| [ TIME ] Timed out waiting for device dev-ttymxc0.device.
`----
The error has been catch while testing a customer image in a pure
SystemD distro, based on O.S. Systems Embedded Linux.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>