blob: 0524e39229c4beb24eebd7c271462dfe114962b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* include/configs/sparrowhawk.h
* This file is Sparrow Hawk board configuration.
*
* Copyright (C) 2025 Marek Vasut <marek.vasut+renesas@mailbox.org>
*/
#ifndef __SPARROWHAWK_H
#define __SPARROWHAWK_H
#include "rcar-gen4-common.h"
#endif /* __SPARROWHAWK_H */
|