提交 b77f3801 编写于 作者: W Wolfgang Denk

Merge branch 'master' of git://git.denx.de/u-boot-imx

......@@ -89,7 +89,7 @@ ulong get_timer_masked(void)
timestamp += ((0xFFFFFFFF / (CONFIG_MX51_CLK32 / CONFIG_SYS_HZ))
- lastinc) + val;
lastinc = val;
return val;
return timestamp;
}
ulong get_timer(ulong base)
......
......@@ -133,7 +133,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
mmcinfo, 2, 0, do_mmcinfo,
"display MMC info",
"<dev num>\n
"<dev num>\n"
" - device number of the device to dislay info of\n"
""
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册