From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 8 Feb 2017 17:33:36 +0100 Subject: [U-Boot] [PATCH 2/6] ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL In-Reply-To: <20170208123337.27079-3-lokeshvutla@ti.com> References: <20170208123337.27079-1-lokeshvutla@ti.com> <20170208123337.27079-3-lokeshvutla@ti.com> Message-ID: <20170208163336.43a6ahes2ryjqchn@lenoch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Feb 08, 2017 at 06:03:33PM +0530, Lokesh Vutla wrote: > To make SPL_OF_CONTROL work on OAP2+ SoCs, _image_binary_end must be OMAP2+ ---> ^^^^^ Just a nitpick, but helps grepping for changes in git log. Thank you, ladis > defined in the linker script along with CONFIG_SPL_SEPARATE_BSS. > > Signed-off-by: Lokesh Vutla > --- > arch/arm/mach-omap2/u-boot-spl.lds | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/mach-omap2/u-boot-spl.lds b/arch/arm/mach-omap2/u-boot-spl.lds > index 8fec715ca5..e9da2a9dd1 100644 > --- a/arch/arm/mach-omap2/u-boot-spl.lds > +++ b/arch/arm/mach-omap2/u-boot-spl.lds > @@ -46,6 +46,8 @@ SECTIONS > *(.__end) > } > > + _image_binary_end = .; > + > .bss : > { > . = ALIGN(4); > -- > 2.11.0 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot