* [U-Boot] [PATCH] tegra: remove custom TEGRA_DEVICE_SETTINGS for board files
@ 2012-11-29 9:23 Marc Dietrich
2012-11-29 18:20 ` Stephen Warren
0 siblings, 1 reply; 2+ messages in thread
From: Marc Dietrich @ 2012-11-29 9:23 UTC (permalink / raw)
To: u-boot
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>
---
Tom,
this needs to be applied ontop of Stephen's patch
"tegra: only define TEGRA_DEVICE_SETTINGS if not already defined"
include/configs/medcom-wide.h | 6 ------
include/configs/paz00.h | 6 ------
include/configs/tec.h | 6 ------
3 files changed, 18 deletions(-)
diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h
index 452d587..bae4ba0 100644
--- a/include/configs/medcom-wide.h
+++ b/include/configs/medcom-wide.h
@@ -78,12 +78,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
diff --git a/include/configs/paz00.h b/include/configs/paz00.h
index 4a74d00..2edb4aa 100644
--- a/include/configs/paz00.h
+++ b/include/configs/paz00.h
@@ -72,12 +72,6 @@
#define CONFIG_CMD_NET
#define CONFIG_CMD_DHCP
-#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
diff --git a/include/configs/tec.h b/include/configs/tec.h
index 815afa6..caeb9cd 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
--
1.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] tegra: remove custom TEGRA_DEVICE_SETTINGS for board files
2012-11-29 9:23 [U-Boot] [PATCH] tegra: remove custom TEGRA_DEVICE_SETTINGS for board files Marc Dietrich
@ 2012-11-29 18:20 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2012-11-29 18:20 UTC (permalink / raw)
To: u-boot
On 11/29/2012 02:23 AM, Marc Dietrich wrote:
> 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.
Reviewed-by: Stephen Warren <swarren@nvidia.com>
I guess I should have done this too, except I didn't see these since my
patches were based on a branch that didn't include u-boot-tegra/next.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-29 18:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 9:23 [U-Boot] [PATCH] tegra: remove custom TEGRA_DEVICE_SETTINGS for board files Marc Dietrich
2012-11-29 18:20 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox