diff options
| author | David Lechner <[email protected]> | 2026-01-07 13:58:58 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-16 13:04:16 -0600 |
| commit | 8241bd6a82e181bbb3b7f4440a52205a40e2e617 (patch) | |
| tree | 421d00f9e64753e53fc5a9d1cd1206b162c45669 /include | |
| parent | 1da640cc46ad84efb57bb45e02dd6c40265b5488 (diff) | |
configs: mt8365: remove empty header file
Remove the empty include/configs/mt8365.h header file as it is not
needed. The Kconfig entry that referenced it is also removed.
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mt8365.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/mt8365.h b/include/configs/mt8365.h deleted file mode 100644 index e8aacf8c5df..00000000000 --- a/include/configs/mt8365.h +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Configuration for MT8365 based boards - * - * Copyright (C) 2023 BayLibre, SAS - * Author: Julien Masson <[email protected]> - */ - -#ifndef __MT8365_H -#define __MT8365_H - -#endif |
