From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 14 Mar 2013 18:06:59 +0100 Subject: [U-Boot] [PATCH v11 02/31] Replace __bss_end__ with __bss_end In-Reply-To: <1363280122-19083-3-git-send-email-sjg@chromium.org> References: <1363280122-19083-3-git-send-email-sjg@chromium.org> Message-ID: <20130314180659.61d88795@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Thu, 14 Mar 2013 09:54:53 -0700, Simon Glass wrote: > Note this is a tree-wide change affecting multiple architectures. > > At present we use __bss_start, but mostly __bss_end__. This seems > inconsistent and in a number of places __bss_end is used instead. > > Change to use __bss_end for the BSS end symbol throughout U-Boot. This > makes it possible to use the asm-generic/sections.h file on all > archs. > > Signed-off-by: Simon Glass > --- > Changes in v11: None > Changes in v10: None > Changes in v9: None > Changes in v8: None > Changes in v7: None > Changes in v6: None > Changes in v5: > - Add new patch to replace __bss_end__ with __bss_end > > Changes in v4: None > Changes in v3: None > Changes in v2: None Not sure I understand why you are reposting this, especially with same version as previously. If you needed to rebase, please indicate so. Amicalement, -- Albert.