From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Sep 2012 18:54:21 +0200 Subject: [U-Boot] [PATCH 3/3 V2] common: Add .u_boot_list into all linker files In-Reply-To: References: <1348449718-16463-1-git-send-email-marex@denx.de> <1348589520-14395-4-git-send-email-marex@denx.de> Message-ID: <201209251854.21974.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Otavio Salvador, > On Tue, Sep 25, 2012 at 1:12 PM, Marek Vasut 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 > > Cc: Joe Hershberger > > Cc: Mike Frysinger > > 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