public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
@ 2016-01-27 22:45 Steve Rae
  2016-02-16  1:21 ` Steve Rae
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Rae @ 2016-01-27 22:45 UTC (permalink / raw)
  To: u-boot

Don't understand how it happened, but this change got applied twice!
Therefore, removing the duplicated items.

Signed-off-by: Steve Rae <srae@broadcom.com>
---

 include/configs/bcm28155_ap.h | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
index a257084..c9515a8 100644
--- a/include/configs/bcm28155_ap.h
+++ b/include/configs/bcm28155_ap.h
@@ -130,7 +130,6 @@
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_FAT_WRITE
 
-
 /* Fastboot and USB OTG */
 #define CONFIG_USB_FUNCTION_FASTBOOT
 #define CONFIG_CMD_FASTBOOT
@@ -150,23 +149,4 @@
 #define CONFIG_G_DNL_PRODUCT_NUM	0x0d02	/* nexus one */
 #define CONFIG_G_DNL_MANUFACTURER	"Broadcom Corporation"
 
-/* Fastboot and USB OTG */
-#define CONFIG_USB_FUNCTION_FASTBOOT
-#define CONFIG_CMD_FASTBOOT
-#define CONFIG_FASTBOOT_FLASH
-#define CONFIG_FASTBOOT_FLASH_MMC_DEV	0
-#define CONFIG_SYS_CACHELINE_SIZE	64
-#define CONFIG_USB_FASTBOOT_BUF_SIZE	(CONFIG_SYS_SDRAM_SIZE - SZ_1M)
-#define CONFIG_USB_FASTBOOT_BUF_ADDR	CONFIG_SYS_SDRAM_BASE
-#define CONFIG_USB_GADGET
-#define CONFIG_USB_GADGET_DUALSPEED
-#define CONFIG_USB_GADGET_VBUS_DRAW	0
-#define CONFIG_USB_GADGET_S3C_UDC_OTG
-#define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY
-#define CONFIG_USB_GADGET_DOWNLOAD
-#define CONFIG_USBID_ADDR		0x34052c46
-#define CONFIG_G_DNL_VENDOR_NUM		0x18d1	/* google */
-#define CONFIG_G_DNL_PRODUCT_NUM	0x0d02	/* nexus one */
-#define CONFIG_G_DNL_MANUFACTURER	"Broadcom Corporation"
-
 #endif /* __BCM28155_AP_H */
-- 
1.8.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
  2016-01-27 22:45 [U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards Steve Rae
@ 2016-02-16  1:21 ` Steve Rae
  2016-02-16  2:34   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Rae @ 2016-02-16  1:21 UTC (permalink / raw)
  To: u-boot

ping this one too - Thanks!

On 16-01-27 02:45 PM, Steve Rae wrote:
> Don't understand how it happened, but this change got applied twice!
> Therefore, removing the duplicated items.
>
> Signed-off-by: Steve Rae <srae@broadcom.com>
> ---
>
>   include/configs/bcm28155_ap.h | 20 --------------------
>   1 file changed, 20 deletions(-)
>
> diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h
> index a257084..c9515a8 100644
> --- a/include/configs/bcm28155_ap.h
> +++ b/include/configs/bcm28155_ap.h
> @@ -130,7 +130,6 @@
>   #define CONFIG_CMD_BOOTZ
>   #define CONFIG_FAT_WRITE
>
> -
>   /* Fastboot and USB OTG */
>   #define CONFIG_USB_FUNCTION_FASTBOOT
>   #define CONFIG_CMD_FASTBOOT
> @@ -150,23 +149,4 @@
>   #define CONFIG_G_DNL_PRODUCT_NUM	0x0d02	/* nexus one */
>   #define CONFIG_G_DNL_MANUFACTURER	"Broadcom Corporation"
>
> -/* Fastboot and USB OTG */
> -#define CONFIG_USB_FUNCTION_FASTBOOT
> -#define CONFIG_CMD_FASTBOOT
> -#define CONFIG_FASTBOOT_FLASH
> -#define CONFIG_FASTBOOT_FLASH_MMC_DEV	0
> -#define CONFIG_SYS_CACHELINE_SIZE	64
> -#define CONFIG_USB_FASTBOOT_BUF_SIZE	(CONFIG_SYS_SDRAM_SIZE - SZ_1M)
> -#define CONFIG_USB_FASTBOOT_BUF_ADDR	CONFIG_SYS_SDRAM_BASE
> -#define CONFIG_USB_GADGET
> -#define CONFIG_USB_GADGET_DUALSPEED
> -#define CONFIG_USB_GADGET_VBUS_DRAW	0
> -#define CONFIG_USB_GADGET_S3C_UDC_OTG
> -#define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY
> -#define CONFIG_USB_GADGET_DOWNLOAD
> -#define CONFIG_USBID_ADDR		0x34052c46
> -#define CONFIG_G_DNL_VENDOR_NUM		0x18d1	/* google */
> -#define CONFIG_G_DNL_PRODUCT_NUM	0x0d02	/* nexus one */
> -#define CONFIG_G_DNL_MANUFACTURER	"Broadcom Corporation"
> -
>   #endif /* __BCM28155_AP_H */
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
  2016-02-16  1:21 ` Steve Rae
@ 2016-02-16  2:34   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2016-02-16  2:34 UTC (permalink / raw)
  To: u-boot

On 02/16/2016 02:21 AM, Steve Rae wrote:
> ping this one too - Thanks!
> 
> On 16-01-27 02:45 PM, Steve Rae wrote:
>> Don't understand how it happened, but this change got applied twice!
>> Therefore, removing the duplicated items.
>>
>> Signed-off-by: Steve Rae <srae@broadcom.com>
>> ---
>>
>>   include/configs/bcm28155_ap.h | 20 --------------------
>>   1 file changed, 20 deletions(-)
>>
>> diff --git a/include/configs/bcm28155_ap.h
>> b/include/configs/bcm28155_ap.h
>> index a257084..c9515a8 100644
>> --- a/include/configs/bcm28155_ap.h
>> +++ b/include/configs/bcm28155_ap.h
>> @@ -130,7 +130,6 @@
>>   #define CONFIG_CMD_BOOTZ
>>   #define CONFIG_FAT_WRITE
>>
>> -
>>   /* Fastboot and USB OTG */
>>   #define CONFIG_USB_FUNCTION_FASTBOOT
>>   #define CONFIG_CMD_FASTBOOT
>> @@ -150,23 +149,4 @@
>>   #define CONFIG_G_DNL_PRODUCT_NUM    0x0d02    /* nexus one */
>>   #define CONFIG_G_DNL_MANUFACTURER    "Broadcom Corporation"
>>
>> -/* Fastboot and USB OTG */
>> -#define CONFIG_USB_FUNCTION_FASTBOOT
>> -#define CONFIG_CMD_FASTBOOT
>> -#define CONFIG_FASTBOOT_FLASH
>> -#define CONFIG_FASTBOOT_FLASH_MMC_DEV    0
>> -#define CONFIG_SYS_CACHELINE_SIZE    64
>> -#define CONFIG_USB_FASTBOOT_BUF_SIZE    (CONFIG_SYS_SDRAM_SIZE - SZ_1M)
>> -#define CONFIG_USB_FASTBOOT_BUF_ADDR    CONFIG_SYS_SDRAM_BASE
>> -#define CONFIG_USB_GADGET
>> -#define CONFIG_USB_GADGET_DUALSPEED
>> -#define CONFIG_USB_GADGET_VBUS_DRAW    0
>> -#define CONFIG_USB_GADGET_S3C_UDC_OTG
>> -#define CONFIG_USB_GADGET_BCM_UDC_OTG_PHY
>> -#define CONFIG_USB_GADGET_DOWNLOAD
>> -#define CONFIG_USBID_ADDR        0x34052c46
>> -#define CONFIG_G_DNL_VENDOR_NUM        0x18d1    /* google */
>> -#define CONFIG_G_DNL_PRODUCT_NUM    0x0d02    /* nexus one */
>> -#define CONFIG_G_DNL_MANUFACTURER    "Broadcom Corporation"
>> -
>>   #endif /* __BCM28155_AP_H */
>>

Applied to u-boot-usb/master, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-16  2:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 22:45 [U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards Steve Rae
2016-02-16  1:21 ` Steve Rae
2016-02-16  2:34   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox