blob: 77d99d0a42ba6fe5e14c5a6b0113c6838e8badaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
*/
#ifndef __CONFIG_H
#define __CONFIG_H
#include <configs/rk322x_common.h>
#endif
|