diff options
author | LiGang <b41990@freescale.com> | 2012-08-09 11:04:03 +0800 |
---|---|---|
committer | LiGang <b41990@freescale.com> | 2012-08-09 11:04:03 +0800 |
commit | 526a3e74ad3e902212b80050aa76e212bafc1e1d (patch) | |
tree | 4e4ac557cc9c58cd72f4301c39ff924ed81ff86c /include/configs/mx6q_arm2.h | |
parent | 7140562bb1bfeef8761c510f59eb7e31006e465e (diff) | |
download | u-boot-imx-526a3e74ad3e902212b80050aa76e212bafc1e1d.zip u-boot-imx-526a3e74ad3e902212b80050aa76e212bafc1e1d.tar.gz u-boot-imx-526a3e74ad3e902212b80050aa76e212bafc1e1d.tar.bz2 |
ENGR00219854-1 Enable fastboot feature on mx6q-arm2 board
1. enable fastboot feature on mx6q-arm2 board
2. enlarge fastboot buffer to 320MB
3. correct some usb descriptors
Signed-off-by: LiGang <b41990@freescale.com>
Diffstat (limited to 'include/configs/mx6q_arm2.h')
-rw-r--r-- | include/configs/mx6q_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_arm2.h b/include/configs/mx6q_arm2.h index 45f97e5..39f49fc 100644 --- a/include/configs/mx6q_arm2.h +++ b/include/configs/mx6q_arm2.h @@ -57,7 +57,7 @@ #define CONFIG_REVISION_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG - +#define CONFIG_MXC_GPIO /* * Size of malloc() pool */ |