[PATCH RFC v2 4/4] all: Fix lists.denx.de links to lists.u-boot-project.org
Neil Armstrong
neil.armstrong at linaro.org
Tue Jun 23 15:22:27 CEST 2026
The U-Boot Mailing-list is moving to the lists.u-boot-project.org
domain, so fix all the links in comments still referencing the
list.denx.de domain to the new domain.
The URLs were manually updated since the mailman links don't
match anymore after the archive import in the new mailman instance.
Signed-off-by: Neil Armstrong <neil.armstrong at linaro.org>
---
arch/powerpc/config.mk | 2 +-
board/boundary/nitrogen6x/README | 2 +-
lib/efi_selftest/efi_selftest.c | 2 +-
tools/rkcommon.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk
index 6e30df6504e..26fcdc4e884 100644
--- a/arch/powerpc/config.mk
+++ b/arch/powerpc/config.mk
@@ -32,7 +32,7 @@ archprepare: checkgcc4
# GCC 3.x is reported to have problems generating the type of relocation
# that U-Boot wants.
-# See http://lists.denx.de/pipermail/u-boot/2012-September/135156.html
+# See http://lists.u-boot-project.org/pipermail/u-boot/2012-September/135156.html
checkgcc4:
@if test "$(call cc-name)" = "gcc" -a \
$(call cc-version) -lt 0400; then \
diff --git a/board/boundary/nitrogen6x/README b/board/boundary/nitrogen6x/README
index 0b59289e7f0..ea92554287f 100644
--- a/board/boundary/nitrogen6x/README
+++ b/board/boundary/nitrogen6x/README
@@ -17,7 +17,7 @@ and saving the environment to SPI NOR.
It does not support 'boot from SD' at offset 0x400
except through the 'bmode' command.
- http://lists.denx.de/pipermail/u-boot/2012-August/131151.html
+ http://lists.u-boot-project.org/pipermail/u-boot/2012-August/130745.html
2. Boots using 6x_bootscript on SATA or SD card
-----------------------------------------------
diff --git a/lib/efi_selftest/efi_selftest.c b/lib/efi_selftest/efi_selftest.c
index 2b95713afb4..41638dea7fe 100644
--- a/lib/efi_selftest/efi_selftest.c
+++ b/lib/efi_selftest/efi_selftest.c
@@ -284,7 +284,7 @@ efi_status_t EFIAPI efi_selftest(efi_handle_t image_handle,
* implemented we should call
* st_boottime->exit(image_handle, EFI_SUCCESS, 0, NULL);
* here, cf.
- * https://lists.denx.de/pipermail/u-boot/2017-October/308720.html
+ * https://lists.u-boot-project.org/pipermail/u-boot/2017-October/308144.html
*/
return EFI_SUCCESS;
}
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index cb2d30bfd57..77e762b1f27 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -205,7 +205,7 @@ static int rkcommon_get_aligned_size(struct image_tool_params *params,
/*
* Pad to a 2KB alignment, as required for init/boot size by the ROM
- * (see https://lists.denx.de/pipermail/u-boot/2017-May/293268.html)
+ * (see https://lists.u-boot-project.org/pipermail/u-boot/2017-May/292692.html)
*/
return ROUND(size, RK_SIZE_ALIGN);
}
@@ -328,7 +328,7 @@ static void rkcommon_set_header0(void *buf, struct image_tool_params *params)
* to determine the size of the next-stage bootloader (e.g. U-Boot
* proper), when used with the back-to-bootrom functionality.
*
- * see https://lists.denx.de/pipermail/u-boot/2017-May/293267.html
+ * see https://lists.u-boot-project.org/pipermail/u-boot/2017-May/292691.html
* for a more detailed explanation by Andy Yan
*/
if (spl_params.boot_file)
--
2.34.1
More information about the U-Boot
mailing list