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