From: Simon Glass Date: Mon, 26 Sep 2016 03:33:05 +0000 (-0600) Subject: Add _image_binary_end section declaration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22d9574337f47d6a47f40dc1874291108ad30b41;p=project%2Fbcm63xx%2Fu-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 Reviewed-by: Bin Meng --- 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 */