summaryrefslogtreecommitdiff
path: root/include/configs/chromeos_seaboard.h
blob: 55172089f9a3083a76dc194a25d9fab31fd45dc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * 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

/* Delay console init until after relocation (saves boot time) */
#define CONFIG_DELAY_CONSOLE

#endif /* __configs_chromeos_seaboard_h__ */