summaryrefslogtreecommitdiff
path: root/include/configs/chromeos_seaboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/chromeos_seaboard.h')
-rw-r--r--include/configs/chromeos_seaboard.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/configs/chromeos_seaboard.h b/include/configs/chromeos_seaboard.h
new file mode 100644
index 0000000000..6cd1302d5a
--- /dev/null
+++ b/include/configs/chromeos_seaboard.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef __configs_chromeos_seaboard_h__
+#define __configs_chromeos_seaboard_h__
+
+/* So far all our tegra2-based boards share the seaboard config. */
+#include <configs/seaboard.h>
+
+/* Support USB booting */
+#define CONFIG_CHROMEOS_USB
+
+#include "chromeos.h"
+
+/* We initialize Chrome OS -specific GPIOs here */
+#define CONFIG_MISC_INIT_R
+
+/* Store the VbNvContext in the first block of the disk. */
+#define CHROMEOS_VBNVCONTEXT_LBA 0
+
+#endif /* __configs_chromeos_seaboard_h__ */