mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Merge branch 'master' of git://git.denx.de/u-boot-imx
This commit is contained in:
commit
b77f380115
@ -89,7 +89,7 @@ ulong get_timer_masked(void)
|
|||||||
timestamp += ((0xFFFFFFFF / (CONFIG_MX51_CLK32 / CONFIG_SYS_HZ))
|
timestamp += ((0xFFFFFFFF / (CONFIG_MX51_CLK32 / CONFIG_SYS_HZ))
|
||||||
- lastinc) + val;
|
- lastinc) + val;
|
||||||
lastinc = val;
|
lastinc = val;
|
||||||
return val;
|
return timestamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
ulong get_timer(ulong base)
|
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(
|
U_BOOT_CMD(
|
||||||
mmcinfo, 2, 0, do_mmcinfo,
|
mmcinfo, 2, 0, do_mmcinfo,
|
||||||
"display MMC info",
|
"display MMC info",
|
||||||
"<dev num>\n
|
"<dev num>\n"
|
||||||
" - device number of the device to dislay info of\n"
|
" - device number of the device to dislay info of\n"
|
||||||
""
|
""
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user