Re: 回复: [PATCH] linker_lists: Update the alignment using CONFIG_LINKER_LIST_ALIGN

2025-01-16 Thread Quentin Schulz
Hi, On 1/16/25 1:24 AM, 黄利亚 wrote: Sorry for the confusion and disruption.  I haven't submitted patches this way before,  and my English is not very good.  I was conducted according to the steps  in the https://docs.u-boot.org/en/latest/develop/patman.html operation. The patch is fine, it is

?????? [PATCH] linker_lists: Update the alignment using CONFIG_LINKER_LIST_ALIGN

2025-01-15 Thread ??????
Sorry for the confusion and disruption.  I haven't submitted patches this way before,  and my English is not very good.  I was conducted according to the steps  in the https://docs.u-boot.org/en/latest/develop/patman.html operation. Can you tell me what else I need to do?  What I know so far is :

Re: [PATCH] linker_lists: Update the alignment using CONFIG_LINKER_LIST_ALIGN

2025-01-15 Thread Simon Glass
Hi Quentin, On Wed, 15 Jan 2025 at 03:58, Quentin Schulz wrote: > > Hi Liya, > > On 1/14/25 8:09 AM, 1425075...@qq.com wrote: > > [You don't often get email from 1425075...@qq.com. Learn why this is > > important at https://aka.ms/LearnAboutSenderIdentification ] > > > > From: Liya Huang <142507

Re: [PATCH] linker_lists: Update the alignment using CONFIG_LINKER_LIST_ALIGN

2025-01-15 Thread Quentin Schulz
Hi Liya, On 1/14/25 8:09 AM, 1425075...@qq.com wrote: [You don't often get email from 1425075...@qq.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] From: Liya Huang <1425075...@qq.com> This patch updates the alignment of linker lists to use the CONFIG_LINKE

[PATCH] linker_lists: Update the alignment using CONFIG_LINKER_LIST_ALIGN

2025-01-14 Thread 1425075683
From: Liya Huang <1425075...@qq.com> This patch updates the alignment of linker lists to use the CONFIG_LINKER_LIST_ALIGN macro instead of a hardcoded value. This ensures that the alignment is consistent with the configuration. Replace __attribute__((unused)) with __maybe_unused and __always_unuse