Remove various deprecated code comments, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
15 lines
275 B
C
15 lines
275 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* include/configs/condor.h
|
|
* This file is Condor board configuration.
|
|
*
|
|
* Copyright (C) 2019 Renesas Electronics Corporation
|
|
*/
|
|
|
|
#ifndef __CONDOR_H
|
|
#define __CONDOR_H
|
|
|
|
#include "rcar-gen3-common.h"
|
|
|
|
#endif /* __CONDOR_H */
|