X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=api%2Fapi_platform-arm.c;h=6cfd9e6cc20cd2f7d08d90fc550cdac4e25fa4ee;hb=d799c67ad32e5bb1a7ae098611c2990f80099309;hp=fffaa1e4a14f9fd1b37512e16fe4d728e408b85c;hpb=84bf7ca522e94ec402a1264b01971b924b7e268f;p=u-boot diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c index fffaa1e4a1..6cfd9e6cc2 100644 --- a/api/api_platform-arm.c +++ b/api/api_platform-arm.c @@ -1,30 +1,11 @@ +// 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 @@ -53,5 +34,3 @@ int platform_sys_info(struct sys_info *si) return 1; } - -#endif /* CONFIG_API */