X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/bb66f5613672fc80a6b38a0e1651d893bbe590a5..77dc55ea39b3b6ec76bfa2dc32a66e22f1cc59cf:/api/api_platform-arm.c diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c index ca15ca5a985..6cfd9e6cc20 100644 --- a/api/api_platform-arm.c +++ b/api/api_platform-arm.c @@ -1,36 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2007 Semihalf * * Written by: Rafal Jaworowski * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * - * * This file contains routines that fetch data from ARM-dependent sources * (bd_info etc.) - * */ #include - -#if defined(CONFIG_API) - #include #include @@ -56,5 +34,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */