Re: [PATCH u-boot 08/39] linker_lists: prepare macros to avoid code repetition

2021-03-07 Thread Bin Meng
On Sun, Mar 7, 2021 at 12:26 PM Marek Behún wrote: > > Prepare private macros expanding to linker list entry symbol name and > declaration to avoid nasty code repetition in the next patch. > > We also avoid some code repetition in current code with these macros. > > Signed-off-by: Marek Behún > -

[PATCH u-boot 08/39] linker_lists: prepare macros to avoid code repetition

2021-03-06 Thread Marek Behún
Prepare private macros expanding to linker list entry symbol name and declaration to avoid nasty code repetition in the next patch. We also avoid some code repetition in current code with these macros. Signed-off-by: Marek Behún --- include/linker_lists.h | 46 --