X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2Fapi_platform-arm.c;h=eb5338f66f1ad9494619ffe0f67bfcaf9884f79e;hb=572045b6e7dd510999e9649c0d94fead1b29f1b7;hp=fffaa1e4a14f9fd1b37512e16fe4d728e408b85c;hpb=84bf7ca522e94ec402a1264b01971b924b7e268f;p=u-boot diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c index fffaa1e4a1..eb5338f66f 100644 --- a/api/api_platform-arm.c +++ b/api/api_platform-arm.c @@ -3,28 +3,10 @@ * * 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 - * + * SPDX-License-Identifier: GPL-2.0+ * * This file contains routines that fetch data from ARM-dependent sources * (bd_info etc.) - * */ #include @@ -53,5 +35,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */