X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fcpu%2Fmpc85xx%2Fcache.c;h=66384f988a6cb35cc48e5f947794cf86fc48331c;hb=1739564e753bc3a8097f8937a3cbe738bdaaed5d;hp=2a08b6523bf6308a652c655467bb45a1da08cf27;hpb=25315683fd2197b2ecec0ac05427cbdebfb88274;p=u-boot diff --git a/arch/powerpc/cpu/mpc85xx/cache.c b/arch/powerpc/cpu/mpc85xx/cache.c index 2a08b6523b..66384f988a 100644 --- a/arch/powerpc/cpu/mpc85xx/cache.c +++ b/arch/powerpc/cpu/mpc85xx/cache.c @@ -5,23 +5,7 @@ * invalidate_dcache_range() * flush_dcache_range() * - * 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+ */ void invalidate_dcache_range(unsigned long start, unsigned long stop)