diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-05-01 13:02:46 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-05-01 13:02:46 +0000 |
| commit | 08fb3f65745a237e2c1eae55d856ff27702246e5 (patch) | |
| tree | a56ce11ac20e4df0e36de9195306c10b71752538 /firmware/export/cpu.h | |
| parent | c0838cbfd8e45621fe3450aee1bf9458ff420d16 (diff) | |
| download | rockbox-08fb3f65745a237e2c1eae55d856ff27702246e5.zip rockbox-08fb3f65745a237e2c1eae55d856ff27702246e5.tar.gz rockbox-08fb3f65745a237e2c1eae55d856ff27702246e5.tar.bz2 rockbox-08fb3f65745a237e2c1eae55d856ff27702246e5.tar.xz | |
Sansa Fuze+: initial commit (bootloader only, LCD basically working)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29808 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 59d2103..777e36f 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -74,3 +74,6 @@ #if CONFIG_CPU == AS3525v2 #include "as3525v2.h" #endif +#if CONFIG_CPU == IMX233 +#include "imx233.h" +#endif |