summaryrefslogtreecommitdiffstats
path: root/post/post.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-06 18:08:43 +0100
committerWolfgang Denk <wd@denx.de>2007-03-06 18:08:43 +0100
commitad5bb451ade552c44bef9119d907929ebc2c126f (patch)
treedf979d3c6385a161cd6df6b6f903ed7eaad31948 /post/post.c
parenta5284efd125967675b2e9c6ef7b95832268ad360 (diff)
downloadtalos-obmc-uboot-ad5bb451ade552c44bef9119d907929ebc2c126f.tar.gz
talos-obmc-uboot-ad5bb451ade552c44bef9119d907929ebc2c126f.zip
Restructure POST directory to support of other CPUs, boards, etc.
Diffstat (limited to 'post/post.c')
-rw-r--r--post/post.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/post/post.c b/post/post.c
index e1066da6bd..ac41990860 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
}
OpenPOWER on IntegriCloud