Skip to content
Snippets Groups Projects
Commit 3929fb0a authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Replace __bss_end__ with __bss_end


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: default avatarSimon Glass <sjg@chromium.org>
parent 69d59b47
No related branches found
No related tags found
Loading
Showing
with 21 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment