diff options
| author | David Bauer | 2024-08-28 22:46:30 +0000 |
|---|---|---|
| committer | David Bauer | 2024-09-10 22:37:34 +0000 |
| commit | 8d7676dfba2524f8cf615fee68dc4075195fda7b (patch) | |
| tree | 4ccb6ff5dc0ca69c61779a39fe136c24b12b36a4 | |
| parent | ab25600c650628f8089e005638848de0d2767882 (diff) | |
| download | openwrt-8d7676dfba2524f8cf615fee68dc4075195fda7b.tar.gz | |
treewide: update contact information
Change contact information of comitter as requested.
Reviewed-by: Sarah Mädel <openwrt@tbspace.de>
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | package/boot/arm-trusted-firmware-rockchip/Makefile | 4 | ||||
| -rw-r--r-- | package/boot/uboot-rockchip/Makefile | 2 | ||||
| -rw-r--r-- | 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 <openwrt@tbspace.de> +# Copyright (C) 2020 Sarah Maedel <openwrt@tbspace.de> # # 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 <openwrt@tbspace.de> +PKG_MAINTAINER:=Sarah Maedel <openwrt@tbspace.de> 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 <openwrt@tbspace.de> +PKG_MAINTAINER:=Sarah Maedel <openwrt@tbspace.de> 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 |