1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * include/configs/grayhawk.h
4 *     This file is Gray Hawk board configuration.
5 *
6 * Copyright (C) 2023 Renesas Electronics Corp.
7 */
8
9#ifndef __GRAYHAWK_H
10#define __GRAYHAWK_H
11
12#include "rcar-gen4-common.h"
13
14#endif /* __GRAYHAWK_H */
15