diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 11:27:47 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2006-10-05 11:27:47 +0000 |
commit | df9a081cda83600a93245025e5646bcc760f0173 (patch) | |
tree | f35a8f374310eed59b5ab8f494aae59b54189273 /firmware/export/config-ipodmini2g.h | |
parent | 0577dd7b620dca27b96f792a1ce3514d606a647a (diff) |
Fix iPod bootloader build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodmini2g.h')
-rwxr-xr-x | firmware/export/config-ipodmini2g.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index c37be05400..eba062ead4 100755 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -3,6 +3,8 @@ */ #define TARGET_TREE /* this target is using the target tree system */ +#define IPOD_ARCH 1 + /* For Rolo and boot loader */ #define MODEL_NUMBER 11 |