From: Simon Glass <sjg@chromium.org>
Date: Mon, 26 Sep 2016 03:33:05 +0000 (-0600)
Subject: Add _image_binary_end section declaration
X-Git-Tag: v2025.01-rc5-pxa1908~8327^2~26
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=22d9574337f47d6a47f40dc1874291108ad30b41;p=u-boot.git

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>
---

diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
index 328bc62948..d69bc6035b 100644
--- a/include/asm-generic/sections.h
+++ b/include/asm-generic/sections.h
@@ -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 */