summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-06-28 06:24:26 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2018-07-28 10:56:31 -0400
commit0662793ca0050e823cd1207cc4689a1cba5068bd (patch)
tree08cd2ec59c9044c96b697b5bf8d0640841d044e0 /firmware/export/cpu.h
parentb3e2bd619b1b7ea94ef29d32db48e80b347a1990 (diff)
downloadrockbox-0662793ca0050e823cd1207cc4689a1cba5068bd.tar.gz
rockbox-0662793ca0050e823cd1207cc4689a1cba5068bd.zip
Add cleaned-up xDuoo X3 support
Cleaned up, rebased, and forward-ported from the xvortex fork. (original credit to vsoftster@gmail.com) Change-Id: Ibcc023a0271ea81e901450a88317708c2683236d Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 7405319822..201ffba656 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -68,6 +68,9 @@
68#if CONFIG_CPU == JZ4732 68#if CONFIG_CPU == JZ4732
69#include "jz4740.h" 69#include "jz4740.h"
70#endif 70#endif
71#if CONFIG_CPU == JZ4760B
72#include "jz4760b.h"
73#endif
71#if CONFIG_CPU == AS3525 74#if CONFIG_CPU == AS3525
72#include "as3525.h" 75#include "as3525.h"
73#endif 76#endif