提交 6725f3fa 编写于 作者: L Lars Munch 提交者: Blue Swirl

Fix recent pxa270 serial breakage

This fixes a copy/paste bug introduced in commit
2d48377a that pushed TARGET_WORDS_BIGENDIAN
dependency to board level.
Signed-off-by: NLars Munch <lars@segv.dk>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 bb334b12
......@@ -2084,7 +2084,7 @@ PXA2xxState *pxa270_init(unsigned int sdram_size, const char *revision)
#else
serial_mm_init(pxa270_serial[i].io_base, 2,
s->pic[pxa270_serial[i].irqn], 14857000/16,
serial_hds[i], 1, 1);
serial_hds[i], 1, 0);
#endif
else
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册