From 0897794f445c1cbe5c0da4fb95d203491c3871a7 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 26 Sep 2013 17:01:44 +0200 Subject: sonynwz: fix time handling Be consistent with the OF and use RTC PERSISTENT2 as offset Change-Id: Ic8b970cbc4096d1f4efa0380a3af51c93484fe58 --- firmware/drivers/rtc/rtc_imx233.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/drivers/rtc/rtc_imx233.c b/firmware/drivers/rtc/rtc_imx233.c index e4dfcd89e9..c2df4d13dc 100644 --- a/firmware/drivers/rtc/rtc_imx233.c +++ b/firmware/drivers/rtc/rtc_imx233.c @@ -28,7 +28,8 @@ #define YEAR1980 315532800 /* 1980/1/1 00:00:00 in UTC */ -#if defined(SANSA_FUZEPLUS) || defined(CREATIVE_ZENXFI3) +#if defined(SANSA_FUZEPLUS) || defined(CREATIVE_ZENXFI3) || defined(SONY_NWZE360) || \ + defined(SONY_NWZE370) #define USE_PERSISTENT #endif -- cgit v1.2.3