Skip to content
Snippets Groups Projects
Commit 6eb32031 authored by Marc Dietrich's avatar Marc Dietrich Committed by Tom Warren
Browse files

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: default avatarMarc Dietrich <marvin24@gmx.de>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 25dccd6f
No related branches found
No related tags found
No related merge requests found
...@@ -78,12 +78,6 @@ ...@@ -78,12 +78,6 @@
"ext2load mmc 0 0x17000000 /boot/uImage;" \ "ext2load mmc 0 0x17000000 /boot/uImage;" \
"bootm" "bootm"
#undef TEGRA_DEVICE_SETTINGS
#define TEGRA_DEVICE_SETTINGS \
"stdin=serial\0" \
"stdout=serial,lcd\0" \
"stderr=serial,lcd\0"
/* LCD support */ /* LCD support */
#define CONFIG_LCD #define CONFIG_LCD
#define CONFIG_PWM_TEGRA #define CONFIG_PWM_TEGRA
......
...@@ -72,12 +72,6 @@ ...@@ -72,12 +72,6 @@
#define CONFIG_CMD_NET #define CONFIG_CMD_NET
#define CONFIG_CMD_DHCP #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 */ /* LCD support */
#define CONFIG_LCD #define CONFIG_LCD
#define CONFIG_PWM_TEGRA #define CONFIG_PWM_TEGRA
......
...@@ -85,12 +85,6 @@ ...@@ -85,12 +85,6 @@
"ext2load mmc 0 0x17000000 /boot/uImage;" \ "ext2load mmc 0 0x17000000 /boot/uImage;" \
"bootm" "bootm"
#undef TEGRA_DEVICE_SETTINGS
#define TEGRA_DEVICE_SETTINGS \
"stdin=serial\0" \
"stdout=serial,lcd\0" \
"stderr=serial,lcd\0"
/* LCD support */ /* LCD support */
#define CONFIG_LCD #define CONFIG_LCD
#define CONFIG_PWM_TEGRA #define CONFIG_PWM_TEGRA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment