diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2008-03-21 11:58:22 -0400 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2008-03-21 11:58:22 -0400 |
commit | 01026a6e613e1cfe580122fb5350677025f896fa (patch) | |
tree | 5e5905f085107242093e39a5e2175622df1bb73a /board/cray/L1 | |
parent | 11abe45c48ec3485a6c1a5168ce8d79c3288adc1 (diff) | |
parent | 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e (diff) |
Merge git://www.denx.de/git/u-boot into uboot
Diffstat (limited to 'board/cray/L1')
-rw-r--r-- | board/cray/L1/L1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cray/L1/L1.c b/board/cray/L1/L1.c index a0fac7fe5a..5264bafd4b 100644 --- a/board/cray/L1/L1.c +++ b/board/cray/L1/L1.c @@ -170,9 +170,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) { |