diff options
Diffstat (limited to 'include/configs/condor.h')
-rw-r--r-- | include/configs/condor.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/condor.h b/include/configs/condor.h new file mode 100644 index 00000000000..b340800cc11 --- /dev/null +++ b/include/configs/condor.h @@ -0,0 +1,14 @@ +/* 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 */ |