diff options
| author | Neil Armstrong <[email protected]> | 2026-06-25 17:36:15 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-03 14:41:14 -0600 |
| commit | 08028efaaff1aacaa69ada124aae03dbfd16b4b7 (patch) | |
| tree | 6403200c3967d35564b59bfbca3fabc43a124996 /tools/rkcommon.c | |
| parent | a215eb7dd84e438ed66518714394dec1c4f7ce30 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools/rkcommon.c')
| -rw-r--r-- | tools/rkcommon.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
