diff options
| author | Tom Rini <[email protected]> | 2024-02-11 12:42:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-02-11 12:42:25 -0500 |
| commit | e8f2404e093daf6cc3ac2b3233e3c6770d13e371 (patch) | |
| tree | 8dbe8be7a1cea273e5bb822ff338508951fb34ff /include/configs | |
| parent | d7aaaf4223d0a2f9f8c9eed47d7431860b3116d8 (diff) | |
| parent | 53066deccbedf02439309b0d4aca9f0be853a8da (diff) | |
Merge branch 'master-779h0-r2' of https://source.denx.de/u-boot/custodians/u-boot-sh
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/grayhawk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/grayhawk.h b/include/configs/grayhawk.h new file mode 100644 index 00000000000..f1bb84f0a13 --- /dev/null +++ b/include/configs/grayhawk.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * include/configs/grayhawk.h + * This file is Gray Hawk board configuration. + * + * Copyright (C) 2023 Renesas Electronics Corp. + */ + +#ifndef __GRAYHAWK_H +#define __GRAYHAWK_H + +#include "rcar-gen4-common.h" + +#endif /* __GRAYHAWK_H */ |
