]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cray/L1/L1.c
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[people/ms/u-boot.git] / board / cray / L1 / L1.c
index 77f7f48a6ecb3f2a9234783ec65538d50f87f576..a72ba4620b52a264c478aee49e967cd95551a3b5 100644 (file)
@@ -177,9 +177,9 @@ long int initdram (int board_type)
 
 /* ------------------------------------------------------------------------- */
 /* stubs so we can print dates w/o any nvram RTC.*/
-void rtc_get (struct rtc_time *tmp)
+int rtc_get (struct rtc_time *tmp)
 {
-       return;
+       return 0;
 }
 void rtc_set (struct rtc_time *tmp)
 {