From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/arch/powerpc/include/asm/mpc5xxx.h | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/arch/powerpc/include/asm/mpc5xxx.h b/kernel/arch/powerpc/include/asm/mpc5xxx.h index 5ce9c5f..2f60f5c 100644 --- a/kernel/arch/powerpc/include/asm/mpc5xxx.h +++ b/kernel/arch/powerpc/include/asm/mpc5xxx.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. * @@ -5,12 +6,6 @@ * * Description: * MPC5xxx Prototypes and definitions - * - * This 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. - * */ #ifndef __ASM_POWERPC_MPC5xxx_H__ -- Gitblit v1.6.2