sonynwz: fix time handling

Be consistent with the OF and use RTC PERSISTENT2 as offset

Change-Id: Ic8b970cbc4096d1f4efa0380a3af51c93484fe58
This commit is contained in:
Amaury Pouly 2013-09-26 17:01:44 +02:00
parent 94f2bc7473
commit 0897794f44

View file

@ -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