diff options
author | Sergei Ianovich <ynvich@gmail.com> | 2013-12-18 20:19:20 +0400 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-12-18 18:15:25 +0100 |
commit | a3d6ca432303bc19926a885c83149401abc24d0d (patch) | |
tree | 1bbeecebf122af382f6498260c1a8ac4401b8c72 /include/configs/lp8x4x.h | |
parent | 23f00caf6ebb9bcb804e48f5a4630629f64af471 (diff) | |
download | u-boot-imx-a3d6ca432303bc19926a885c83149401abc24d0d.zip u-boot-imx-a3d6ca432303bc19926a885c83149401abc24d0d.tar.gz u-boot-imx-a3d6ca432303bc19926a885c83149401abc24d0d.tar.bz2 |
arm: pxa: fix LP-8x4x USB support
Signed-off-by: Sergei Ianovich <ynvich@gmail.com>
CC: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/lp8x4x.h')
-rw-r--r-- | include/configs/lp8x4x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/lp8x4x.h b/include/configs/lp8x4x.h index 68e1a97..324cc4d 100644 --- a/include/configs/lp8x4x.h +++ b/include/configs/lp8x4x.h @@ -184,7 +184,7 @@ #define CONFIG_SYS_GAFR1_L_VAL 0x999a955a #define CONFIG_SYS_GAFR1_U_VAL 0xaaa5a00a #define CONFIG_SYS_GAFR2_L_VAL 0xaaaaaaaa -#define CONFIG_SYS_GAFR2_U_VAL 0x55f0a402 +#define CONFIG_SYS_GAFR2_U_VAL 0x55f9a402 #define CONFIG_SYS_GAFR3_L_VAL 0x540a950c #define CONFIG_SYS_GAFR3_U_VAL 0x00001599 @@ -232,7 +232,6 @@ */ #ifdef CONFIG_CMD_USB #define CONFIG_USB_OHCI_NEW -#define CONFIG_SYS_USB_OHCI_CPU_INIT #define CONFIG_SYS_USB_OHCI_BOARD_INIT #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x4C000000 |