From 08028efaaff1aacaa69ada124aae03dbfd16b4b7 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Thu, 25 Jun 2026 17:36:15 +0200 Subject: treewide: change email links from mailman to patch.msgid.link with message-id In preparation of the migration of the mailman mailing-list currently hosted on the denx.de infrastructure, migrate the links in the code, comments and documentation to https://patch.msgid.link to be future proof and always link to the expected content data and uses the message-id in the URL which will help find the appropriate e-mail in the future. Signed-off-by: Neil Armstrong Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- arch/powerpc/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc') diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk index 6e30df6504e..32e86d84a12 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 https://patch.msgid.link/1348500648.2514.2.camel@petert/ checkgcc4: @if test "$(call cc-name)" = "gcc" -a \ $(call cc-version) -lt 0400; then \ -- cgit v1.3.1