mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
10 lines
156 B
C
10 lines
156 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __CONFIG_H
|
||
|
#define __CONFIG_H
|
||
|
|
||
|
#define ROCKCHIP_DEVICE_SETTINGS
|
||
|
#include <configs/rk3066_common.h>
|
||
|
|
||
|
#endif
|