Skip to content
Snippets Groups Projects
Commit f31a911f authored by Heiko Schocher's avatar Heiko Schocher Committed by Albert ARIBAUD
Browse files

arm, post: add missing post_time_ms for arm


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
parent e92372c8
No related branches found
No related tags found
No related merge requests found
......@@ -500,7 +500,7 @@ void post_reloc(void)
*/
unsigned long post_time_ms(unsigned long base)
{
#ifdef CONFIG_PPC
#if defined(CONFIG_PPC) || defined(CONFIG_ARM)
return (unsigned long)(get_ticks() / (get_tbclk() / CONFIG_SYS_HZ))
- base;
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment