Restructure POST directory to support of other CPUs, boards, etc.
This commit is contained in:
committed by
Wolfgang Denk
parent
a5284efd12
commit
ad5bb451ad
@@ -430,6 +430,7 @@ unsigned long post_time_ms (unsigned long base)
|
||||
#ifdef CONFIG_PPC
|
||||
return (unsigned long)get_ticks () / (get_tbclk () / CFG_HZ) - base;
|
||||
#else
|
||||
#warning "Not implemented yet"
|
||||
return 0; /* Not implemented yet */
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user