summaryrefslogtreecommitdiffstats
path: root/include/configs/tec.h
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2012-11-28 23:23:55 +0000
committerTom Warren <twarren@nvidia.com>2013-01-16 13:40:07 -0700
commit6eb320315ca69f4819116c962887a810632aeca1 (patch)
tree5ca771d248794e914bfa2bb10fda413ce0007fd9 /include/configs/tec.h
parent25dccd6fdd30656e70619ca70b947c9f67466667 (diff)
downloadblackbird-obmc-uboot-6eb320315ca69f4819116c962887a810632aeca1.tar.gz
blackbird-obmc-uboot-6eb320315ca69f4819116c962887a810632aeca1.zip
tegra: remove custom TEGRA_DEVICE_SETTINGS for board files
TEGRA_DEVICE_SETTINGS lives now in tegra-common-post.h. This removes custom TEGRA_DEVICE_SETTINGS for all tegra boards providing video output, except seaboard, which was fixed by Stephen already. Cc: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/tec.h')
-rw-r--r--include/configs/tec.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tec.h b/include/configs/tec.h
index 815afa64a5..caeb9cd8a8 100644
--- a/include/configs/tec.h
+++ b/include/configs/tec.h
@@ -85,12 +85,6 @@
"ext2load mmc 0 0x17000000 /boot/uImage;" \
"bootm"
-#undef TEGRA_DEVICE_SETTINGS
-#define TEGRA_DEVICE_SETTINGS \
- "stdin=serial\0" \
- "stdout=serial,lcd\0" \
- "stderr=serial,lcd\0"
-
/* LCD support */
#define CONFIG_LCD
#define CONFIG_PWM_TEGRA
OpenPOWER on IntegriCloud