Re: [U-Boot] [PATCH] linker_lists: fix comment

2014-09-16 Thread Marek Vasut
On Tuesday, September 16, 2014 at 01:21:15 PM, Masahiro Yamada wrote: > The section name and the C variable name seem to be opposite. > > Signed-off-by: Masahiro Yamada > Cc: Marek Vasut Acked-by: Marek Vasut Thanks for spotting this :) Best regards, Marek Vasut _

[U-Boot] [PATCH] linker_lists: fix comment

2014-09-16 Thread Masahiro Yamada
The section name and the C variable name seem to be opposite. Signed-off-by: Masahiro Yamada Cc: Marek Vasut --- include/linker_lists.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linker_lists.h b/include/linker_lists.h index 557e627..507d61b 100644 --- a/in