diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2006-11-11 22:43:00 +0100 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2006-11-11 22:43:00 +0100 |
commit | 44a47e6db2694841211f1c8fdbafd36992e9cd1a (patch) | |
tree | 4f976d19c072b16f98ccd3473f67d7de9e1476e4 | |
parent | 25721b5cec2be4bce79cfade17ec8f6aa1e67526 (diff) | |
download | u-boot-imx-44a47e6db2694841211f1c8fdbafd36992e9cd1a.zip u-boot-imx-44a47e6db2694841211f1c8fdbafd36992e9cd1a.tar.gz u-boot-imx-44a47e6db2694841211f1c8fdbafd36992e9cd1a.tar.bz2 |
Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
group is enabled for USB earlier (in cpu_init_f() instead of
usb_lowlevel_init()).
-rw-r--r-- | include/configs/v38b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/v38b.h b/include/configs/v38b.h index cf2d031..deabc17 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -246,7 +246,7 @@ /* * GPIO configuration */ -#define CFG_GPS_PORT_CONFIG 0x90000404 +#define CFG_GPS_PORT_CONFIG 0x90001404 /* * Miscellaneous configurable options |