[U-Boot] [PATCH 6/6] mpc85xx: 8536ds: Add USB related CONFIGs
Vivek Mahajan
vivek.mahajan at freescale.com
Thu May 21 14:03:13 CEST 2009
This patch adds CONFIGs for enabling USB in mpc8536ds and also
updates its Copyright.
Signed-off-by: Vivek Mahajan <vivek.mahajan at freescale.com>
---
include/configs/MPC8536DS.h | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h
index bbb448d..ef163b5 100644
--- a/include/configs/MPC8536DS.h
+++ b/include/configs/MPC8536DS.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Freescale Semiconductor, Inc.
+ * Copyright 2008-2009 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -463,6 +463,16 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
#define CONFIG_CMD_EXT2
#endif
+/*
+ * USB
+ */
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_FSL
+#define CONFIG_USB_PHY_TYPE "ulpi"
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+
#if defined(CONFIG_TSEC_ENET)
#ifndef CONFIG_NET_MULTI
--
1.5.6.5
More information about the U-Boot
mailing list