diff options
author | Eric Nelson <eric.nelson@boundarydevices.com> | 2014-10-02 12:16:51 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-06 17:57:23 +0200 |
commit | c0e7bd6661ee2c117d9543b674c968d711a9aed9 (patch) | |
tree | a12e592628d5343a4a10832a13f4140467d5ae45 /include/configs/nitrogen6x.h | |
parent | 54950e8215c819e6a8e46752255b8347b00eb81f (diff) | |
download | u-boot-imx-c0e7bd6661ee2c117d9543b674c968d711a9aed9.zip u-boot-imx-c0e7bd6661ee2c117d9543b674c968d711a9aed9.tar.gz u-boot-imx-c0e7bd6661ee2c117d9543b674c968d711a9aed9.tar.bz2 |
nitrogen6x: config: add gpio command
Enable the 'gpio' command to allow reading and toggling of GPIO
pins.
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 60c942f..21013bc 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -32,6 +32,7 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_GPIO +#define CONFIG_CMD_GPIO #define CONFIG_CI_UDC #define CONFIG_USBD_HS #define CONFIG_USB_GADGET_DUALSPEED |