u-boot/include/configs/grayhawk.h

15 lines
280 B
C
Raw Permalink Normal View History

/* 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 */