blob: a7c26062449df05e1e1a53dafc9dec1feb58dc05 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass5f8865f2015-03-02 12:40:54 -07002/*
3 * Copyright (c) 2011 The Chromium OS Authors.
Simon Glass5f8865f2015-03-02 12:40:54 -07004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#include <configs/x86-common.h>
10#include <configs/x86-chromebook.h>
11
Simon Glass5f8865f2015-03-02 12:40:54 -070012#endif /* __CONFIG_H */