diff options
| author | trem <[email protected]> | 2012-08-25 05:30:34 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-09-01 14:58:29 +0200 |
| commit | 953884c382112d37b3fb98bb937d7e613bad85d5 (patch) | |
| tree | dd0e78cae8d435e2e9b067ae73f26c7750aa52db /include | |
| parent | e71c39def6a00ba3dee9a554ea85a8a5bd3dd300 (diff) | |
imx27lite: update with gpio api change (v4)
Signed-off-by: Philippe Reynes <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx27lite-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index b3f382c59b9..a2853a7ef99 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -161,6 +161,11 @@ #define CONFIG_DOS_PARTITION /* + * GPIO + */ +#define CONFIG_MXC_GPIO + +/* * MTD partitions */ #define CONFIG_CMD_MTDPARTS |
