diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-05-25 18:41:50 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-05-29 17:57:00 +0800 |
commit | f5d0383f915bd4d4d211d9958d7819b284276483 (patch) | |
tree | d6a8a9f9bd60d92a654070f9f134c7a39ce1ff21 /include/usb | |
parent | b704d5b48d36d7bfcd4d46c21c8daf7f89352204 (diff) | |
download | u-boot-imx-f5d0383f915bd4d4d211d9958d7819b284276483.zip u-boot-imx-f5d0383f915bd4d4d211d9958d7819b284276483.tar.gz u-boot-imx-f5d0383f915bd4d4d211d9958d7819b284276483.tar.bz2 |
ENGR00210918-1 android: add mx6sl android support
- add android build config for mx6sl_arm2 board.
- add gpio support for mx6sl
- add boot image support
- add android recovery support
- add fastboot support, but fastboot cannot transfer file.
Signed-off-by Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/imx_udc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb/imx_udc.h b/include/usb/imx_udc.h index c3238e0..3809640 100644 --- a/include/usb/imx_udc.h +++ b/include/usb/imx_udc.h @@ -33,7 +33,8 @@ #define USB_OTGREGS_BASE (OTG_BASE_ADDR + 0x000) #define USB_H1REGS_BASE (OTG_BASE_ADDR + 0x200) #define USB_H2REGS_BASE (OTG_BASE_ADDR + 0x400) -#if (defined CONFIG_MX6Q || defined CONFIG_MX53 || defined CONFIG_MX51 || CONFIG_MX50) +#if (defined CONFIG_MX51 || defined CONFIG_MX50 || defined CONFIG_MX6Q \ + || defined CONFIG_MX53 || defined CONFIG_MX6DL || defined CONFIG_MX6SL) #define USB_H3REGS_BASE (OTG_BASE_ADDR + 0x600) #define USB_OTHERREGS_BASE (OTG_BASE_ADDR + 0x800) #else |