summaryrefslogtreecommitdiffstats
path: root/include/linker_lists.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-16 20:21:15 +0900
committerTom Rini <trini@ti.com>2014-09-24 18:30:29 -0400
commit97d5e9d149ca910e1bd20d06a13b9e9cceb0e502 (patch)
tree1bfd868ce78a3527c2d6ac9a11ea1317251337b8 /include/linker_lists.h
parent64147e564cf43bb33b68766053960002bc0784dd (diff)
downloadtalos-obmc-uboot-97d5e9d149ca910e1bd20d06a13b9e9cceb0e502.tar.gz
talos-obmc-uboot-97d5e9d149ca910e1bd20d06a13b9e9cceb0e502.zip
linker_lists: fix comment
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>
Diffstat (limited to 'include/linker_lists.h')
-rw-r--r--include/linker_lists.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linker_lists.h b/include/linker_lists.h
index 557e6273ad..507d61ba9a 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.
*
OpenPOWER on IntegriCloud