summaryrefslogtreecommitdiffstats
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-04-17 09:01:37 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:40 +0200
commit2cacf516df84228f03a1a67bbea387d76cdd34d0 (patch)
treea852d31720ae46a07864d604d10dc61c124bc2ec /include/configs/seaboard.h
parent4120c271c3efa0c224fe02046ee7ae4b818d8044 (diff)
downloadblackbird-obmc-uboot-2cacf516df84228f03a1a67bbea387d76cdd34d0.tar.gz
blackbird-obmc-uboot-2cacf516df84228f03a1a67bbea387d76cdd34d0.zip
tegra: Enable keyboard for Seaboard
This enables the standard keyboard on Seaboard. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 7e7c38ea85..46d42281b7 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -100,4 +100,12 @@
#define CONFIG_USB_STORAGE
#define CONFIG_CMD_USB
+/* Enable keyboard */
+#define CONFIG_TEGRA2_KEYBOARD
+#define CONFIG_KEYBOARD
+
+#undef TEGRA2_DEVICE_SETTINGS
+#define TEGRA2_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \
+ "stdout=serial\0" \
+ "stderr=serial\0"
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud