From 8d7676dfba2524f8cf615fee68dc4075195fda7b Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 29 Aug 2024 00:46:30 +0200 Subject: [PATCH] treewide: update contact information MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change contact information of comitter as requested. Reviewed-by: Sarah Mädel Signed-off-by: David Bauer --- package/boot/arm-trusted-firmware-rockchip/Makefile | 4 ++-- package/boot/uboot-rockchip/Makefile | 2 +- target/linux/rockchip/image/armv8.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/boot/arm-trusted-firmware-rockchip/Makefile b/package/boot/arm-trusted-firmware-rockchip/Makefile index 6fbcbef0a8..38a644efa3 100644 --- a/package/boot/arm-trusted-firmware-rockchip/Makefile +++ b/package/boot/arm-trusted-firmware-rockchip/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 Tobias Maedel +# Copyright (C) 2020 Sarah Maedel # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ PKG_RELEASE:=1 PKG_HASH:=88215a62291b9ba87da8e50b077741103cdc08fb6c9e1ebd34dfaace746d3201 -PKG_MAINTAINER:=Tobias Maedel +PKG_MAINTAINER:=Sarah Maedel include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/trusted-firmware-a.mk diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 50c8a95ba0..7718c8985b 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -9,7 +9,7 @@ PKG_VERSION:=2024.07 PKG_RELEASE:=1 PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f -PKG_MAINTAINER:=Tobias Maedel +PKG_MAINTAINER:=Sarah Maedel UBOOT_USE_BINMAN:=1 UBOOT_USE_INTREE_DTC:=1 diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index 99dde6aef1..8bbdf0b3d7 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only # -# Copyright (C) 2020 Tobias Maedel +# Copyright (C) 2020 Sarah Maedel # FIT will be loaded at 0x02080000. Leave 16M for that, align it to 2M and load the kernel after it. KERNEL_LOADADDR := 0x03200000 -- 2.30.2