summaryrefslogtreecommitdiff
path: root/include/configs/chromeos_coreboot.h
blob: 7c0cb73ad52f081255f6cf3b2a209424cc7e3377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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_coreboot_h__
#define __configs_chromeos_coreboot_h__

/* So far all our x86-based boards share the coreboot config. */
#include <configs/coreboot.h>

/* Support USB booting */
#define CONFIG_CHROMEOS_USB

#include "chromeos.h"

#endif /* __configs_chromeos_coreboot_h__ */