[U-Boot] [PATCH 02/82] Add _image_binary_end section declaration

Simon Glass sjg at chromium.org
Mon Sep 26 05:33:05 CEST 2016


This is used in some link scripts, so add a declaration for it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/asm-generic/sections.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h
index 54ccac9..daf021b 100644
--- a/include/asm-generic/sections.h
+++ b/include/asm-generic/sections.h
@@ -84,6 +84,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 */
 
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list