From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 24 Sep 2012 18:53:19 +0200 Subject: [U-Boot] [PATCH 3/3] common: Add .u_boot_list into all linker files In-Reply-To: References: <1348449718-16463-1-git-send-email-marex@denx.de> <1348449718-16463-4-git-send-email-marex@denx.de> Message-ID: <201209241853.19285.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 Joe Hershberger, [...] > While you're touching all these files, why not replace the > __u_boot_cmd* implementation with this as well. There's no need to > leave a special case in there as well is there? Not in the first stab, it can be indeed done later, but now I'd like to avoid breakage. Besides, replacing u_boot_cmd would break bisectability, I want to preserve it and rather apply more patches slowly than less patches recklessly. > > . = ALIGN(4); > > > > + .u_boot_list : { > > + INCLUDE u-boot.lst; > > + } > > + > > + . = ALIGN(4); > > > > __bss_start = .; > > .bss : { *(.bss) } > > __bss_end__ = .; > > -Joe Best regards, Marek Vasut