X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flinker_lists.h;h=046ac907d20bac19441a3b2ced69df477c71e316;hb=be995a85455343f99c84ceacf0bf771eb2e85752;hp=557e6273adb391133d2cd5dc06695f69060ca732;hpb=3c3f13f81942134edff280fcb5e7137c623e7dac;p=u-boot diff --git a/include/linker_lists.h b/include/linker_lists.h index 557e6273ad..046ac907d2 100644 --- a/include/linker_lists.h +++ b/include/linker_lists.h @@ -11,6 +11,8 @@ #ifndef __LINKER_LISTS_H__ #define __LINKER_LISTS_H__ +#include + /* * There is no use in including this from ASM files, but that happens * anyway, e.g. PPC kgdb.S includes command.h which incluse us. @@ -28,11 +30,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. *