mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
15 lines
269 B
C
15 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 */
|