commit | 7914a7c5651a51617d952e8fa745000ed8c4f001 | [log] [tgz] |
---|---|---|
author | Leif Lindholm <leif.lindholm@linaro.org> | Thu Nov 27 17:56:07 2014 +0000 |
committer | Grant Likely <grant.likely@linaro.org> | Wed Dec 03 23:12:37 2014 +0000 |
tree | 4a0b5a33bd0dbc2a39bcec49ccc3dc7f9c412d91 | |
parent | 75c28c09af99a0db0ccd8b4395469761aa736543 [diff] |
of: support passing console options with stdout-path Support specifying console options (like with console=ttyXN,<options>) by appending them to the stdout-path property after a separating ':'. Example: stdout-path = "uart0:115200"; Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> [grant.likely: minor rework to shorten the diffstat] Signed-off-by: Grant Likely <grant.likely@linaro.org>