summaryrefslogtreecommitdiff
path: root/include/configs/chromebox_panther.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/chromebox_panther.h')
-rw-r--r--include/configs/chromebox_panther.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/chromebox_panther.h b/include/configs/chromebox_panther.h
new file mode 100644
index 0000000..a7c2606
--- /dev/null
+++ b/include/configs/chromebox_panther.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#include <configs/x86-common.h>
+#include <configs/x86-chromebook.h>
+
+#endif /* __CONFIG_H */