mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
11 lines
175 B
C
11 lines
175 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
||
|
#ifndef __QUARTZ64_RK3566_H
|
||
|
#define __QUARTZ64_RK3566_H
|
||
|
|
||
|
#define ROCKCHIP_DEVICE_SETTINGS
|
||
|
|
||
|
#include <configs/rk3568_common.h>
|
||
|
|
||
|
#endif
|