[U-Boot] [PATCH V2 2/2] arm: Tegra2: GPIO: enable GPIO for Tegra2 boards
Tom Warren
twarren.nvidia at gmail.com
Tue May 3 00:45:48 CEST 2011
Signed-off-by: Tom Warren <twarren at nvidia.com>
---
Changes in V2:
- enable GPIO for all boards (tegra2-common.h)
include/configs/tegra2-common.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index febce35..5260d1f 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -160,4 +160,6 @@
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
+#define CONFIG_TEGRA2_GPIO
+#define CONFIG_CMD_TEGRA2_GPIO_INFO
#endif /* __TEGRA2_COMMON_H */
--
1.7.5
More information about the U-Boot
mailing list