The stdout-path chosen property may include the serial connection details,
e.g. the baud rate. When passing the device to OF_finddevice we need to
strip off this information as it will cause the lookup to fail.
Details
Details
- Reviewers
emaste manu - Group Reviewers
ARM arm64 - Commits
- rS319494: Fix device lookup of for the stdout-path chosen property.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Didn't test but I've done something similar (if not exactly the same) for the same reason.