145051539SThomas Gleixner // SPDX-License-Identifier: GPL-2.0-only
21e76875eSOlof Johansson /*
31e76875eSOlof Johansson  * Copyright (C) 2006 PA Semi, Inc
41e76875eSOlof Johansson  *
51e76875eSOlof Johansson  * Maintained by: Olof Johansson <olof@lixom.net>
61e76875eSOlof Johansson  */
71e76875eSOlof Johansson 
81e76875eSOlof Johansson #include <linux/time.h>
91e76875eSOlof Johansson 
101e76875eSOlof Johansson #include <asm/time.h>
111e76875eSOlof Johansson 
12*54f30b83SArnd Bergmann #include "pasemi.h"
13*54f30b83SArnd Bergmann 
pas_get_boot_time(void)145bfd6435SArnd Bergmann time64_t __init pas_get_boot_time(void)
151e76875eSOlof Johansson {
161e76875eSOlof Johansson 	/* Let's just return a fake date right now */
175bfd6435SArnd Bergmann 	return mktime64(2006, 1, 1, 12, 0, 0);
181e76875eSOlof Johansson }
19