* [U-Boot] [PATCH] linker_lists: fix comment
@ 2014-09-16 11:21 Masahiro Yamada
2014-09-16 12:16 ` Marek Vasut
2014-09-25 14:45 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2014-09-16 11:21 UTC (permalink / raw)
To: u-boot
The section name and the C variable name seem to be opposite.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Marek Vasut <marex@denx.de>
---
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/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -28,11 +28,11 @@
* together. Assuming _list and _entry are the list and entry names,
* then the corresponding input section name is
*
- * _u_boot_list + _2_ + @_list + _2_ + @_entry
+ * .u_boot_list_ + 2_ + @_list + _2_ + @_entry
*
* and the C variable name is
*
- * .u_boot_list_ + 2_ + @_list + _2_ + @_entry
+ * _u_boot_list + _2_ + @_list + _2_ + @_entry
*
* This ensures uniqueness for both input section and C variable name.
*
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] linker_lists: fix comment
2014-09-16 11:21 [U-Boot] [PATCH] linker_lists: fix comment Masahiro Yamada
@ 2014-09-16 12:16 ` Marek Vasut
2014-09-25 14:45 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2014-09-16 12:16 UTC (permalink / raw)
To: u-boot
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 <yamada.m@jp.panasonic.com>
> Cc: Marek Vasut <marex@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Thanks for spotting this :)
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] linker_lists: fix comment
2014-09-16 11:21 [U-Boot] [PATCH] linker_lists: fix comment Masahiro Yamada
2014-09-16 12:16 ` Marek Vasut
@ 2014-09-25 14:45 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-09-25 14:45 UTC (permalink / raw)
To: u-boot
On Tue, Sep 16, 2014 at 08:21:15PM +0900, Masahiro Yamada wrote:
> The section name and the C variable name seem to be opposite.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Marek Vasut <marex@denx.de>
> Acked-by: Marek Vasut <marex@denx.de>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140925/40c094b0/attachment.pgp>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-25 14:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 11:21 [U-Boot] [PATCH] linker_lists: fix comment Masahiro Yamada
2014-09-16 12:16 ` Marek Vasut
2014-09-25 14:45 ` [U-Boot] " Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.