diff options
author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-09-20 04:46:41 +0000 |
---|---|---|
committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-09-20 04:46:41 +0000 |
commit | 7b97fe21c0f2c9b6742ad50439020023f385fe6c (patch) | |
tree | 2c1a7312c3373b32e7dbc8a03d76c83dc9c12ce0 /firmware/export/cpu.h | |
parent | a80c0e8b83eb52a322c2b33e49875159c6d6a12a (diff) |
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. Needs another piece of code to start the boot process - will be in the wiki.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14763 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r-- | firmware/export/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index eb1c57b646..ff9fbeec3a 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -42,3 +42,6 @@ #if CONFIG_CPU == S3C2440 #include "s3c2440.h" #endif +#if CONFIG_CPU == DM320 +#include "dm320.h" +#endif |