diff options
author | Huang Shijie <b32955@freescale.com> | 2011-12-28 13:38:48 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2011-12-28 15:49:05 +0800 |
commit | b883fc83fad6f1eecfada25c8e3edaddf49b8a9f (patch) | |
tree | 9779e0cf82f06ea5b48ebd3cce00f8853e283f63 /board | |
parent | e3db9d7f780276c577afd65d5e553fe58f678a56 (diff) | |
download | u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.zip u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.tar.gz u-boot-imx-b883fc83fad6f1eecfada25c8e3edaddf49b8a9f.tar.bz2 |
ENGR00171008 MX6Q/MFGTOOL : disable the workaround for MFGTOOL
Disable the uboot workaround. It will crash the MFGTOOL.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6q_arm2/mx6q_arm2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/mx6q_arm2/mx6q_arm2.c b/board/freescale/mx6q_arm2/mx6q_arm2.c index c5ff728..3c3a484 100644 --- a/board/freescale/mx6q_arm2/mx6q_arm2.c +++ b/board/freescale/mx6q_arm2/mx6q_arm2.c @@ -733,13 +733,6 @@ void setup_splash_image(void) int board_init(void) { -#ifdef CONFIG_MFG -/* MFG firmware need reset usb to avoid host crash firstly */ -#define USBCMD 0x140 - int val = readl(OTG_BASE_ADDR + USBCMD); - val &= ~0x1; /*RS bit*/ - writel(val, OTG_BASE_ADDR + USBCMD); -#endif mxc_iomux_v3_init((void *)IOMUXC_BASE_ADDR); setup_boot_device(); |