mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
64147e564c
commit
97d5e9d149
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue