diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-06 18:08:43 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-03-06 18:08:43 +0100 | 
| commit | ad5bb451ade552c44bef9119d907929ebc2c126f (patch) | |
| tree | df979d3c6385a161cd6df6b6f903ed7eaad31948 /post/post.c | |
| parent | a5284efd125967675b2e9c6ef7b95832268ad360 (diff) | |
| download | olio-uboot-2014.01-ad5bb451ade552c44bef9119d907929ebc2c126f.tar.xz olio-uboot-2014.01-ad5bb451ade552c44bef9119d907929ebc2c126f.zip | |
Restructure POST directory to support of other CPUs, boards, etc.
Diffstat (limited to 'post/post.c')
| -rw-r--r-- | post/post.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/post/post.c b/post/post.c index e1066da6b..ac4199086 100644 --- a/post/post.c +++ b/post/post.c @@ -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  } |