1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* 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 */