summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2012-05-22 12:19:25 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:20 +0200
commit52a8b82074d1c3a3dcde8e3d90e6a04f7eb3a1f8 (patch)
tree1507a5c61752b060454a26385731095169bb5431 /include/configs
parent3f82d89d3de76acf86279815a7752f7c04d043a2 (diff)
downloadtalos-obmc-uboot-52a8b82074d1c3a3dcde8e3d90e6a04f7eb3a1f8.tar.gz
talos-obmc-uboot-52a8b82074d1c3a3dcde8e3d90e6a04f7eb3a1f8.zip
gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*
In anticipation of Tegra3 support, continue removing/renaming Tegra2-specific files. No functional changes (yet). Updated copyrights to 2012. Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra2-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index a4146a50c6..94e1aa628d 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2010,2011
+ * (C) Copyright 2010-2012
* NVIDIA Corporation <www.nvidia.com>
*
* See file CREDITS for list of people who contributed to this
@@ -190,6 +190,6 @@
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
-#define CONFIG_TEGRA2_GPIO
+#define CONFIG_TEGRA_GPIO
#define CONFIG_CMD_GPIO
#endif /* __TEGRA2_COMMON_H */
OpenPOWER on IntegriCloud