commit | d771dd531a1aa73e5a1d36b5c08850fc5fa29747 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Jan 22 18:18:51 2019 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Jan 25 08:40:26 2019 +0300 |
tree | f21a978daade39e85dac8253b57c07fd22295839 | |
parent | 70b5ea74063e55bef59190833b5d83039e3d3ae8 [diff] |
serial_arc: Allocate buffer for private data Apparently we never allocated buffer for arc_serial_platdata which for some reason never caused problems when executed in nSIM. But in Qemu this causes expected problems. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>