summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-09-28 21:17:39 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-09-28 21:17:39 -0400
commit0fe7db24608d102ecd947a79e3e9ad51dbc468b1 (patch)
treef50aa2ad56c4ed88ffebc8c6a709833d80dec6ed
parentae58b5aafe2f808968a05a5efb97e7e5f5c89bc4 (diff)
downloadrockbox-0fe7db24608d102ecd947a79e3e9ad51dbc468b1.tar.gz
rockbox-0fe7db24608d102ecd947a79e3e9ad51dbc468b1.zip
xduoo: x3ii and x20 also have their CPUs clocked at 1008 MHz.
Change-Id: I59fbd1edc934a6e2b2323e13b4efc3cc1caad903
-rw-r--r--firmware/export/config/xduoox20.h2
-rw-r--r--firmware/export/config/xduoox3ii.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index 59c9b86fc4..3cfa763f72 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -107,7 +107,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
-#define CPU_FREQ 504000000
+#define CPU_FREQ 1008000000
/* No special storage */
#define CONFIG_STORAGE STORAGE_HOSTFS
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index a02c14db8b..42fb926697 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -107,7 +107,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
-#define CPU_FREQ 504000000
+#define CPU_FREQ 108000000
/* No special storage */
#define CONFIG_STORAGE STORAGE_HOSTFS