
Hi Simon,
On Thu, 14 Mar 2013 09:54:53 -0700, Simon Glass sjg@chromium.org 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 sjg@chromium.org
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,