mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
rtc: fix the description of the Goldfish RTC driver
Replace the incorrect description that was copied from another driver. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
88ef1bf4c4
commit
d2d9a6f666
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
/*
|
||||
* Copyright 2023, Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
|
||||
*
|
||||
* This driver emulates a real time clock based on timer ticks.
|
||||
* This driver supports the Google Goldfish virtual platform RTC device.
|
||||
* The device is provided by the RISC-V virt machine in QEMU. It exposes
|
||||
* a 64-bit nanosecond timer via two memory-mapped 32-bit registers.
|
||||
*/
|
||||
|
||||
#include <div64.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue