mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
Add _image_binary_end section declaration
This is used in some link scripts, so add a declaration for it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
b6409ec302
commit
22d9574337
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ extern ulong __data_end;
|
|||
extern ulong __rel_dyn_start;
|
||||
extern ulong __rel_dyn_end;
|
||||
extern ulong __bss_end;
|
||||
extern ulong _image_binary_end;
|
||||
|
||||
extern ulong _TEXT_BASE; /* code start */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue