diff options
author | Adrian Alonso <aalonso@freescale.com> | 2012-08-28 14:28:48 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso@freescale.com> | 2012-08-29 14:05:41 -0500 |
commit | 3bd28a982614215fdf088d87e055e950eca5eeb9 (patch) | |
tree | f83b77d112ec2540ea68703802b9131f49b1f130 /include/configs/mx6q_sabreauto.h | |
parent | 5258372493d5e3b0f405524d4711bcf6f63aff79 (diff) | |
download | u-boot-imx-3bd28a982614215fdf088d87e055e950eca5eeb9.zip u-boot-imx-3bd28a982614215fdf088d87e055e950eca5eeb9.tar.gz u-boot-imx-3bd28a982614215fdf088d87e055e950eca5eeb9.tar.bz2 |
ENGR00219316-1: mx6 sabreauto: enable mxc_gpio support
* Enable mxc_gpio support in order to configure
steer logic circuits so attached pads can be used
by dedicated IP modules I2C3, SPI-NOR, WEIM-NOR.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabreauto.h')
-rw-r--r-- | include/configs/mx6q_sabreauto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6q_sabreauto.h b/include/configs/mx6q_sabreauto.h index 52d460e..8aa7a30 100644 --- a/include/configs/mx6q_sabreauto.h +++ b/include/configs/mx6q_sabreauto.h @@ -52,6 +52,7 @@ #define CONFIG_REVISION_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_MXC_GPIO /* * Size of malloc() pool |