From b7b25849cfdabf217e994b461e1203841dca0c95 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Thu, 26 Dec 2024 15:28:51 +0100 Subject: [PATCH] add SPDX and copyright --- arch/arm/mach-mmp/board.c | 5 +++++ arch/arm/mach-mmp/mmu.c | 5 +++++ include/configs/pxa1908.h | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/arch/arm/mach-mmp/board.c b/arch/arm/mach-mmp/board.c index 5115dafc14..47e4b503ca 100644 --- a/arch/arm/mach-mmp/board.c +++ b/arch/arm/mach-mmp/board.c @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (c) 2024 + * Duje Mihanović + */ #include #include #include diff --git a/arch/arm/mach-mmp/mmu.c b/arch/arm/mach-mmp/mmu.c index 4aef684457..ad2f1e3d99 100644 --- a/arch/arm/mach-mmp/mmu.c +++ b/arch/arm/mach-mmp/mmu.c @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (c) 2024 + * Duje Mihanović + */ #include #include diff --git a/include/configs/pxa1908.h b/include/configs/pxa1908.h index 36c7fdaf7f..14d8f76e59 100644 --- a/include/configs/pxa1908.h +++ b/include/configs/pxa1908.h @@ -1,3 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2024 + * Duje Mihanović + */ #define CFG_SYS_SDRAM_BASE 0x1000000 #define CFG_SYS_INIT_RAM_ADDR 0x10000000 #define CFG_SYS_INIT_RAM_SIZE 0x4000 -- 2.39.5