X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fvexpress_ca9x4.h;h=8157a5868d6593a87a4164681da5235d39b2faa2;hb=504bf790da08db9b4a443566cf6ef577f9c7996a;hp=c3b698654d03ac5338a07867a8752ebc2c4858fd;hpb=9b58a3f606e46cb335d44458e53a37d9b221f785;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/vexpress_ca9x4.h b/include/configs/vexpress_ca9x4.h index c3b6986..8157a58 100644 --- a/include/configs/vexpress_ca9x4.h +++ b/include/configs/vexpress_ca9x4.h @@ -1,27 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2011 Linaro * Ryan Harkin, * * Configuration for Versatile Express. Parts were derived from other ARM * configurations. - * - * 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 */ #ifndef __VEXPRESS_CA9X4_H @@ -29,6 +12,5 @@ #define CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP #include "vexpress_common.h" -#define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.vexpress_ca9x4" #endif /* VEXPRESS_CA9X4_H */