summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 6adf52ba5e..eb1c57b646 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -27,7 +27,7 @@
27#if CONFIG_CPU == MCF5250 27#if CONFIG_CPU == MCF5250
28#include "mcf5250.h" 28#include "mcf5250.h"
29#endif 29#endif
30#if CONFIG_CPU == PP5020 30#if (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022)
31#include "pp5020.h" 31#include "pp5020.h"
32#endif 32#endif
33#if CONFIG_CPU == PP5002 33#if CONFIG_CPU == PP5002