From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 3 Nov 2011 18:00:58 -0500 Subject: [U-Boot] SPL support and secondary image size In-Reply-To: References: Message-ID: <4EB31D2A.3070107@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/03/2011 05:20 PM, jonsmirl at gmail.com wrote: > My primary SPL image needs the size of the secondary image built into > it. How do I access that size while building the primary SPL image? Does it need to be exact? Usually we just hardcode something that should be big enough. -Scott