diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-05-23 15:10:10 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-05-23 15:10:10 +0000 |
commit | ee1b6aa237152bbde9f27518de85b58b6fdbf2b2 (patch) | |
tree | 2719093a09cc21a2c61897802d9a4980ec272fb8 /firmware/export/config.h | |
parent | 13c6086b711c75e824c373142c5bd461201571a1 (diff) |
Fix wrong #ifdefs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21057 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index abc159e13c..5366e41752 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -786,8 +786,8 @@ Lyre prototype 1*/ #else /* BOOTLOADER */ /* enable usb storage for targets that do bootloader usb */ -#if (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \ - (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx) || \ +#if (defined(TOSHIBA_GIGABEAT_S) || \ + (defined(CREATIVE_ZVx) || \ defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \ (CONFIG_USBOTG == USBOTG_JZ4740) #define USB_ENABLE_STORAGE |