mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
53066deccb
Add board code for the Renesas R8A779H0 V4M Gray Hawk board. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
14 lines
280 B
C
14 lines
280 B
C
/* 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 */
|