forked from OERV-BSP/u-boot
Remove various deprecated code comments, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
16 lines
314 B
C
16 lines
314 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* include/configs/v3hsk.h
|
|
* This file is V3HSK board configuration.
|
|
*
|
|
* Copyright (C) 2019 Renesas Electronics Corporation
|
|
* Copyright (C) 2019 Cogent Embedded, Inc.
|
|
*/
|
|
|
|
#ifndef __V3HSK_H
|
|
#define __V3HSK_H
|
|
|
|
#include "rcar-gen3-common.h"
|
|
|
|
#endif /* __V3HSK_H */
|