PandABlocks / PandABlocks-rootfs

Root filesystem build with tools for building zpg packages
Apache License 2.0
3 stars 5 forks source link

Disable CONFIG_RTC_HCTOSYS #28

Closed EmilioPeJu closed 2 years ago

EmilioPeJu commented 2 years ago

@coretl found the following error message: drivers/rtc/hctosys.c: unable to open rtc device (rtc0)

Linux tries to synchronize the system time with a RTC at boot time, it turns out that Zynq7000 doesn't have any RTC (nor does the carrier board), thus, this commit disables said synchronization.

I don't think we will ever need this(in other targets), as we always rely on NTP to update the system time.