mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
13 lines
217 B
C
13 lines
217 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Configuration for MediaTek MT7986 SoC
|
||
|
*
|
||
|
* Copyright (C) 2022 MediaTek Inc.
|
||
|
* Author: Sam Shih <sam.shih@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __MT7986_H
|
||
|
#define __MT7986_H
|
||
|
|
||
|
#endif
|