summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-colibri_t20-panel.c
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-01-22 18:23:26 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-01-22 18:23:26 +0100
commit009e6229134cffa05aafb780362b7c5480ec7a16 (patch)
treefcae485c5b2c0be9d6b80cf320fe6fe763c7aa40 /arch/arm/mach-tegra/board-colibri_t20-panel.c
parentf939885e6f77ac92bad278487ccf651f2256a7b0 (diff)
colibri_t20/colibri_t30/apalis_t30: remove TEGRA_FB_VGA defines
Remove TEGRA_FB_VGA defines and use VGA as default. Since initial mode is now configureable through kernel cmd line parameter, we don't need those compile time helpers.
Diffstat (limited to 'arch/arm/mach-tegra/board-colibri_t20-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-colibri_t20-panel.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/board-colibri_t20-panel.c b/arch/arm/mach-tegra/board-colibri_t20-panel.c
index 8d8b9e74c58c..c4746590d209 100644
--- a/arch/arm/mach-tegra/board-colibri_t20-panel.c
+++ b/arch/arm/mach-tegra/board-colibri_t20-panel.c
@@ -246,17 +246,9 @@ static struct tegra_dc_out colibri_t20_disp1_out = {
/* Use 32-bit depth for android builds */
#ifdef CONFIG_ANDROID
-#ifdef TEGRA_FB_VGA
.default_mode = "640x480-32@60",
-#else /* TEGRA_FB_VGA */
- .default_mode = "800x480-32@60",
-#endif /* TEGRA_FB_VGA */
#else /* CONFIG_ANDROID */
-#ifdef TEGRA_FB_VGA
.default_mode = "640x480-16@60",
-#else /* TEGRA_FB_VGA */
- .default_mode = "800x480-16@60",
-#endif /* TEGRA_FB_VGA */
#endif /* CONFIG_ANDROID */
.out_pins = colibri_t20_dc_out_pins,