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 --- tools/rkcommon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/rkcommon.c b/tools/rkcommon.c index cb2d30bfd57..b39777fc060 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://patch.msgid.link/CANbgqAQPw5Dxp7Qm_aZoL1nggg9Mm1SQoKvx=V5a8p-9+DTDNw@mail.gmail.com/) */ 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://patch.msgid.link/CANbgqAQ5p-fE4T-Ye9UAMs-nRGU8AP_yxDf+5SbZbP8bxLa0dg@mail.gmail.com/ * for a more detailed explanation by Andy Yan */ if (spl_params.boot_file) -- cgit v1.3.1