From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Nortmann Date: Fri, 11 Sep 2015 10:17:47 +0200 Subject: [U-Boot] [PATCH] sunxi: (mksunxiboot) signature to indicate "sunxi" SPL variant In-Reply-To: <55F1CC20.90000@redhat.com> References: <1441199831-25541-1-git-send-email-bernhard.nortmann@web.de> <55F1CC20.90000@redhat.com> Message-ID: <55F28E2B.1050309@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Hans! Thanks for looking into this. Am 10.09.2015 um 20:29 schrieb Hans de Goede: > > I believe these 2 should be renamed to: > > uint32_t fel_boot_script_address; > uint32_t fel_boot_script_size; > > To properly reflect what they are (they are not some abstract > data, they are specifically a boot.scr image) > > With that changed and Siarhei's ack for the series (I'm assuming > Sairhei will take care of the sunxi-tools side of things), > I'm ok with merging this. > > Regards, > > Hans Sure, I can rename them accordingly. With Siarhei's change to clear the entire image area upfront, setting individual header fields to zero will also be no longer required. Regards, B. Nortmann