]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/omap3_beagle.h
ARMV7: OMAP: Use default vendor/product ID for USB gadget
[karo-tx-uboot.git] / include / configs / omap3_beagle.h
index 2463be416e044088033e179350b24789e7214292..6f4ee28905c849769bba5cfc91a1d90b1724fecc 100644 (file)
 #define CONFIG_USB_DEVICE              1
 #define CONFIG_USB_TTY                 1
 #define CONFIG_SYS_CONSOLE_IS_IN_ENV   1
-/* Change these to suit your needs */
-#define CONFIG_USBD_VENDORID           0x0451
-#define CONFIG_USBD_PRODUCTID          0x5678
-#define CONFIG_USBD_MANUFACTURER       "Texas Instruments"
-#define CONFIG_USBD_PRODUCT_NAME       "Beagle"
 
 /* commands to include */
 #include <config_cmd_default.h>
@@ -340,8 +335,7 @@ extern unsigned int boot_flash_sec;
 extern unsigned int boot_flash_type;
 #endif
 
-/* additions for new relocation code, must added to all boards */
-#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
+/* additions for new relocation code, must be added to all boards */
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
 #define CONFIG_SYS_INIT_SP_ADDR                (LOW_LEVEL_SRAM_STACK - CONFIG_SYS_GBL_DATA_SIZE)