u-boot/include/configs/spider.h
Hai Pham 558d10620b ARM: renesas: Add R8A779F0 S4 Spider board code
Add board code for R8A779F0 S4 Spider board.

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[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]
2023-04-07 17:13:28 +02:00

14 lines
269 B
C

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