diff options
Diffstat (limited to 'src/soc/amd/picasso/pmutil.c')
-rw-r--r-- | src/soc/amd/picasso/pmutil.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/amd/picasso/pmutil.c b/src/soc/amd/picasso/pmutil.c deleted file mode 100644 index 5baf923939..0000000000 --- a/src/soc/amd/picasso/pmutil.c +++ /dev/null @@ -1,10 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <security/vboot/vbnv.h> -#include <pc80/mc146818rtc.h> - -int vbnv_cmos_failed(void) -{ - /* If CMOS power has failed, the century will be set to 0xff */ - return cmos_read(RTC_CLK_ALTCENTURY) == 0xff; -} |