summaryrefslogtreecommitdiff
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
parent13f5e123f92b85129622f5807b101dd75fdd73ae (diff)
downloadrockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.tar.gz
rockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.zip
xduoox3ii/erosq: Fix CPU frequency declared in header
(108 MHz -> 1008 MHz) Change-Id: I2baf416689e2afb68948609e226df8c5feeecc4a
-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 @@
101#define HAVE_SW_POWEROFF 101#define HAVE_SW_POWEROFF
102 102
103/* Define this to the CPU frequency */ 103/* Define this to the CPU frequency */
104#define CPU_FREQ 108000000 104#define CPU_FREQ 1008000000
105 105
106/* No special storage */ 106/* No special storage */
107#define CONFIG_STORAGE STORAGE_HOSTFS 107#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 @@
101#define HAVE_SW_POWEROFF 101#define HAVE_SW_POWEROFF
102 102
103/* Define this to the CPU frequency */ 103/* Define this to the CPU frequency */
104#define CPU_FREQ 108000000 104#define CPU_FREQ 1008000000
105 105
106/* No special storage */ 106/* No special storage */
107#define CONFIG_STORAGE STORAGE_HOSTFS 107#define CONFIG_STORAGE STORAGE_HOSTFS