diff mbox

[U-Boot,v2] qoriq/p1_p2_rdb: Add Dual Role USB support macro for P1020RDB

Message ID 1305208902-624-1-git-send-email-ramneek.mehresh@freescale.com
State Accepted
Delegated to: Kumar Gala
Headers show

Commit Message

ramneek mehresh May 12, 2011, 2:01 p.m. UTC
Add CONFIG_HAS_FSL_DR_USB macro for P1020RDB

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
---
Changes for v2:
	- rebased on http://git.denx.de/u-boot.git

 include/configs/P1_P2_RDB.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Kumar Gala May 18, 2011, 2:38 p.m. UTC | #1
On May 12, 2011, at 9:01 AM, Ramneek Mehresh wrote:

> Add CONFIG_HAS_FSL_DR_USB macro for P1020RDB
> 
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
> ---
> Changes for v2:
> 	- rebased on http://git.denx.de/u-boot.git
> 
> include/configs/P1_P2_RDB.h |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

applied to 85xx

- k
diff mbox

Patch

diff --git a/include/configs/P1_P2_RDB.h b/include/configs/P1_P2_RDB.h
index 59f9755..4f1bdfe 100644
--- a/include/configs/P1_P2_RDB.h
+++ b/include/configs/P1_P2_RDB.h
@@ -601,6 +601,7 @@  extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_USB_EHCI_FSL
 #define CONFIG_USB_STORAGE
+#define CONFIG_HAS_FSL_DR_USB
 #endif
 
 #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI)