From 0662793ca0050e823cd1207cc4689a1cba5068bd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 28 Jun 2018 06:24:26 -0400 Subject: 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 --- firmware/export/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/cpu.h') 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 @@ #if CONFIG_CPU == JZ4732 #include "jz4740.h" #endif +#if CONFIG_CPU == JZ4760B +#include "jz4760b.h" +#endif #if CONFIG_CPU == AS3525 #include "as3525.h" #endif -- cgit v1.2.3