mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 13:56:30 +00:00
13 lines
222 B
C
13 lines
222 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Configuration for MT8365 based boards
|
||
|
*
|
||
|
* Copyright (C) 2023 BayLibre, SAS
|
||
|
* Author: Julien Masson <jmasson@baylibre.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __MT8365_H
|
||
|
#define __MT8365_H
|
||
|
|
||
|
#endif
|