[U-Boot] [PATCH 3/3] tegra: seaboard: remove custom TEGRA_DEVICE_SETTINGS
Stephen Warren
swarren at wwwdotorg.org
Wed Nov 28 18:50:12 CET 2012
From: Stephen Warren <swarren at nvidia.com>
Now that tegra-common-post.h includes "lcd" in the default value for
TEGRA_DEVICE_SETTINGS, there is no need for seaboard.h to provide a
custom value.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
include/configs/seaboard.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 94116f1..de0c777 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -106,11 +106,6 @@
/* USB keyboard */
#define CONFIG_USB_KEYBOARD
-#undef TEGRA_DEVICE_SETTINGS
-#define TEGRA_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \
- "stdout=serial,lcd\0" \
- "stderr=serial,lcd\0"
-
/* LCD support */
#define CONFIG_LCD
#define CONFIG_PWM_TEGRA
--
1.7.10.4
More information about the U-Boot
mailing list