From 53066deccbedf02439309b0d4aca9f0be853a8da Mon Sep 17 00:00:00 2001 From: Hai Pham Date: Sun, 28 Jan 2024 16:52:09 +0100 Subject: ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code Add board code for the Renesas R8A779H0 V4M Gray Hawk board. Signed-off-by: Hai Pham --- include/configs/grayhawk.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/configs/grayhawk.h (limited to 'include') 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 */ -- cgit v1.2.3