From 23387e2759d1f3043c5a2b5b4bf71995dbe322e3 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 18 Jun 2010 17:39:22 +0000 Subject: as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26927 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansam200v4.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'firmware/export/config/sansam200v4.h') diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h index 02950ad218..6c18adbe62 100644 --- a/firmware/export/config/sansam200v4.h +++ b/firmware/export/config/sansam200v4.h @@ -132,19 +132,15 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 8 -#ifndef BOOTLOADER - -#define USB_HANDLED_BY_OF - #define CONFIG_USBOTG USBOTG_AS3525 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK +#define USB_HANDLED_BY_OF +//#define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x7431 -#endif /* BOOTLOADER */ - #define CONFIG_LCD LCD_SSD1815 #define BOOTFILE_EXT "sansa" -- cgit v1.2.3