summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-17 17:03:13 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-17 17:10:52 -0400
commita68fc3b6c2eca281738b853bb2f508ac49ddfee1 (patch)
tree679d658820f48f184e6849c1c2088581358cf10c /firmware/export
parent13f5e123f92b85129622f5807b101dd75fdd73ae (diff)
downloadrockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.tar.gz
rockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.zip
xduoox3ii/erosq: Fix CPU frequency declared in header
(108 MHz -> 1008 MHz) Change-Id: I2baf416689e2afb68948609e226df8c5feeecc4a
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/aigoerosq.h2
-rw-r--r--firmware/export/config/xduoox3ii.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/aigoerosq.h b/firmware/export/config/aigoerosq.h
index d6761a4470..86f249c366 100644
--- a/firmware/export/config/aigoerosq.h
+++ b/firmware/export/config/aigoerosq.h
@@ -101,7 +101,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
-#define CPU_FREQ 108000000
+#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 1da6e71ade..696a83c85d 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -101,7 +101,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
-#define CPU_FREQ 108000000
+#define CPU_FREQ 1008000000
/* No special storage */
#define CONFIG_STORAGE STORAGE_HOSTFS