提交 cdef6bb4 编写于 作者: A Andy Shevchenko 提交者: Tom Rini

dm: Fix typo - missed semicolon

The commit

  484fdf5b ("dm: Add support for all targets which requires MANUAL_RELOC")

introduces subtle typo, i.e. missed semicolon.

Fixes: 484fdf5b ("dm: Add support for all targets which requires MANUAL_RELOC")
Cc: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: NMichal Simek <michal.simek@xilinx.com>
上级 30c0740e
......@@ -423,7 +423,7 @@ static int serial_post_probe(struct udevice *dev)
ops->setconfig += gd->reloc_off;
#if CONFIG_POST & CONFIG_SYS_POST_UART
if (ops->loop)
ops->loop += gd->reloc_off
ops->loop += gd->reloc_off;
#endif
#endif
/* Set the baud rate */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册