Dear Otavio Salvador, > On Tue, Sep 25, 2012 at 1:12 PM, Marek Vasut <ma...@denx.de> wrote: > > Add section for the linker-generated lists into all possible linker > > files, so that everyone can easily use these lists. This is mostly > > a mechanical adjustment. > > > > Signed-off-by: Marek Vasut <ma...@denx.de> > > Cc: Joe Hershberger <joe.hershber...@gmail.com> > > Cc: Mike Frysinger <vap...@gentoo.org> > > This has a mix of indentation; I did not check every file but it seems > not consistent.
It's not due to the patch, but because the indent in those linker files is frakked up ... find . -name u-boot.lds | \ xargs -i sed -i "s/^\([ \t]*\)\(__u_boot_cmd_end[\t ]*=[\t ]*\.[\t ]*; \)$/\1\2\n\n\1. = ALIGN(4);\n\1.u_boot_list : {\n\tINCLUDE u-boot.lst;\n\1}/" {} Best regards, Marek Vasut _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot