diff options
| author | Tom Rini <[email protected]> | 2018-12-05 20:32:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-12-05 20:32:25 -0500 |
| commit | 2a055ea53260ac8addeeb94eb671172844bc9106 (patch) | |
| tree | 5998b40de7145d98b553d7eb78b7a16be79aac75 /include/rtc.h | |
| parent | 9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1 (diff) | |
| parent | b288cd9600724ad3a0e55c8786e70741dd13deae (diff) | |
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
Minor sandbox enhancements / fixes
tpm improvements to clear up v1/v2 support
buildman toolchain fixes
New serial options to set/get config
Diffstat (limited to 'include/rtc.h')
| -rw-r--r-- | include/rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtc.h b/include/rtc.h index 0d964d56d5b..2c3a5743e30 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -86,7 +86,7 @@ struct rtc_ops { int dm_rtc_get(struct udevice *dev, struct rtc_time *time); /** - * dm_rtc_put() - Write a time to an RTC + * dm_rtc_set() - Write a time to an RTC * * @dev: Device to read from * @time: Time to write into the RTC |
