From 558d10620bfcf755a08d35eb6f43d37438ecc3ac Mon Sep 17 00:00:00 2001 From: Hai Pham Date: Tue, 28 Feb 2023 22:34:46 +0100 Subject: ARM: renesas: Add R8A779F0 S4 Spider board code Add board code for R8A779F0 S4 Spider board. Reviewed-by: Marek Vasut Signed-off-by: Hai Pham Signed-off-by: Marek Vasut [Marek: Synchronize configuration symbols which are now switched to Kconfig Mallocate gd->bd->bi_boot_params, i.e. drop the assignment Sort headers, use clrbits_le32(), use BIT macros where appropriate Use CONFIG_SYS_CLK_FREQ for counter frequency instead of custom macro] --- include/configs/spider.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/configs/spider.h (limited to 'include') diff --git a/include/configs/spider.h b/include/configs/spider.h new file mode 100644 index 00000000000..e9b7d6bad5e --- /dev/null +++ b/include/configs/spider.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * include/configs/spider.h + * This file is Spider board configuration. + * + * Copyright (C) 2021 Renesas Electronics Corp. + */ + +#ifndef __SPIDER_H +#define __SPIDER_H + +#include "rcar-gen4-common.h" + +#endif /* __SPIDER_H */ -- cgit v1.2.3