mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
mpc85xx: 8536ds: Add USB related CONFIGs
This patch adds CONFIGs for enabling USB in mpc8536ds and also adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its Copyright. Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
parent
6823e9b012
commit
4bc6eb79be
1 changed files with 12 additions and 2 deletions
|
@ -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
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
@ -462,6 +462,15 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
|
||||||
#define CONFIG_CMD_EXT2
|
#define CONFIG_CMD_EXT2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* USB
|
||||||
|
*/
|
||||||
|
#define CONFIG_CMD_USB
|
||||||
|
#define CONFIG_USB_STORAGE
|
||||||
|
#define CONFIG_USB_EHCI
|
||||||
|
#define CONFIG_USB_EHCI_FSL
|
||||||
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
||||||
|
|
||||||
#if defined(CONFIG_TSEC_ENET)
|
#if defined(CONFIG_TSEC_ENET)
|
||||||
|
|
||||||
#ifndef CONFIG_NET_MULTI
|
#ifndef CONFIG_NET_MULTI
|
||||||
|
@ -627,7 +636,8 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
|
||||||
"ramdiskfile=8536ds/ramdisk.uboot\0" \
|
"ramdiskfile=8536ds/ramdisk.uboot\0" \
|
||||||
"fdtaddr=c00000\0" \
|
"fdtaddr=c00000\0" \
|
||||||
"fdtfile=8536ds/mpc8536ds.dtb\0" \
|
"fdtfile=8536ds/mpc8536ds.dtb\0" \
|
||||||
"bdev=sda3\0"
|
"bdev=sda3\0" \
|
||||||
|
"usb_phy_type=ulpi\0"
|
||||||
|
|
||||||
#define CONFIG_HDBOOT \
|
#define CONFIG_HDBOOT \
|
||||||
"setenv bootargs root=/dev/$bdev rw " \
|
"setenv bootargs root=/dev/$bdev rw " \
|
||||||
|
|
Loading…
Add table
Reference in a new issue