1 2 3 4 5 6 7 8 9 10 11 12 13 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 */