commit | dda9af3ad156c5b765d31a0646d01bfbb1977d9a | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Dec 10 14:56:36 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 12 12:14:25 2018 -0500 |
tree | 90df350acedf6dd201f2506b40fc6243d11a2d73 | |
parent | cdd7486616d03e1642ba1dacea6f05c10fc97863 [diff] |
am3517_evm: Use ttyS2 instead of ttyO2 The serial driver in the kernel moved from ttyOx to ttySx a while ago. This patch updates the console parameter to align with the kernel change. Signed-off-by: Adam Ford <aford173@gmail.com>